mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Kernel: Use a multiboot header instead of a convoluted two-part bootloader.
The old bootloader was hilariously complicated, requiring a floppy disk with the kernel on it, and a hard drive with the file system. This patch removes the floppy disk from the equation and replaces it with a multiboot header. This means the kernel can now be booted with qemu-system-i386 -kernel kernel
This commit is contained in:
@@ -136,7 +136,7 @@ VFS* vfs;
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
[[noreturn]] void init()
|
||||
extern "C" [[noreturn]] void init()
|
||||
{
|
||||
cli();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user