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!"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Called very early, before global initialization.
|
||||
*/
|
||||
/** Called very early, before global initialization. */
|
||||
extern "C"
|
||||
void
|
||||
kearly()
|
||||
{ }
|
||||
|
||||
|
||||
/**
|
||||
* The beginning of the world...
|
||||
*/
|
||||
/** The beginning of the world... */
|
||||
extern "C"
|
||||
void
|
||||
kmain()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue