1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

Kernel/aarch64: Embed disk image into kernel binary

This allows us to actually boot to userspace in the next commit! :^)
This commit is contained in:
Timon Kruiper 2023-01-30 14:07:37 +01:00 committed by Linus Groh
parent da89cd948f
commit 3b65fd64fc
4 changed files with 18 additions and 3 deletions

View file

@ -38,9 +38,6 @@ bool g_pci_access_is_disabled_from_commandline { false };
// x86 init
multiboot_module_entry_t multiboot_copy_boot_modules_array[16];
size_t multiboot_copy_boot_modules_count;
extern "C" {
READONLY_AFTER_INIT PhysicalAddress start_of_prekernel_image;
READONLY_AFTER_INIT PhysicalAddress end_of_prekernel_image;