Remove kearly() -- unnecessary
This commit is contained in:
parent
d191858a7e
commit
4919b802b9
1 changed files with 0 additions and 13 deletions
13
src/Main.cc
13
src/Main.cc
|
@ -22,19 +22,6 @@
|
|||
#error "This file should be compiled with an ix86-elf compiler!"
|
||||
#endif
|
||||
|
||||
/** Called very early, before global initialization. */
|
||||
extern "C"
|
||||
void
|
||||
kearly()
|
||||
{
|
||||
using kernel::Console;
|
||||
|
||||
// Create a console object for early use because global initialization hasn't happened yet.
|
||||
Console console;
|
||||
console.clear(kernel::Console::Color::Blue);
|
||||
console.printString("Loading system ...\n");
|
||||
}
|
||||
|
||||
|
||||
/** The beginning of the world... */
|
||||
extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue