Comment formatting
This commit is contained in:
parent
114642d9be
commit
989118d8d3
1 changed files with 2 additions and 6 deletions
|
|
@ -9,18 +9,14 @@
|
||||||
#error "This file should be compiled with an ix86-elf compiler!"
|
#error "This file should be compiled with an ix86-elf compiler!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/** Called very early, before global initialization. */
|
||||||
* Called very early, before global initialization.
|
|
||||||
*/
|
|
||||||
extern "C"
|
extern "C"
|
||||||
void
|
void
|
||||||
kearly()
|
kearly()
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
|
||||||
/**
|
/** The beginning of the world... */
|
||||||
* The beginning of the world...
|
|
||||||
*/
|
|
||||||
extern "C"
|
extern "C"
|
||||||
void
|
void
|
||||||
kmain()
|
kmain()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue