mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"
Some hardware/software configurations crash KVM as soon as we try to
start Serenity. The exact cause is currently unknown, so just fully
revert it for now.
This reverts commit 897c4e5145
.
This commit is contained in:
parent
a8d08357c9
commit
9ab598af49
10 changed files with 50 additions and 81 deletions
|
@ -41,11 +41,8 @@ struct [[gnu::packed]] BootInfo {
|
|||
u32 multiboot_flags;
|
||||
u64 multiboot_memory_map;
|
||||
u32 multiboot_memory_map_count;
|
||||
u64 multiboot_modules_physical_ptr;
|
||||
u64 multiboot_modules;
|
||||
u32 multiboot_modules_count;
|
||||
u32 multiboot_module_ramdisk_physical_start;
|
||||
u32 multiboot_module_ramdisk_physical_end;
|
||||
u32 multiboot_module_ramdisk_physical_string_addr;
|
||||
u64 multiboot_framebuffer_addr;
|
||||
u32 multiboot_framebuffer_pitch;
|
||||
u32 multiboot_framebuffer_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue