mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Kernel: Remove now-unused _start.cpp
This commit is contained in:
parent
ab43658c55
commit
429bb091e7
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
/*
|
|
||||||
* _start()
|
|
||||||
*
|
|
||||||
* This is where we land immediately after leaving the bootloader.
|
|
||||||
*
|
|
||||||
* ATM it's really shaky so don't put code before it ^_^
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern void init();
|
|
||||||
|
|
||||||
extern "C" void _start()
|
|
||||||
{
|
|
||||||
init();
|
|
||||||
asm volatile("cli; hlt");
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue