mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Kernel: Remove now-unused _start.cpp
This commit is contained in:
parent
ab43658c55
commit
429bb091e7
Notes:
sideshowbarker
2024-07-19 14:50:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/429bb091e7c
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
Reference in a new issue