Calling k_bootstrap() from boot.asm in segmented mode git-svn-id: svn://anubis/hos/trunk@25 5b3e749e-e535-0410-8002-a9bb6afbdfca
8 lines
103 B
C
8 lines
103 B
C
|
|
#ifndef K_EARLY_PANIC_H
|
|
#define K_EARLY_PANIC_H
|
|
|
|
void k_early_panic(const char * msg);
|
|
|
|
#endif
|