1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

Revert "Kernel/aarch64: Embed disk image into kernel binary"

This reverts commit 3b65fd64fc.

This is no longer needed as we don't use the ramdisk anymore

Co-authored-by: Ollrogge <nils-ollrogge@outlook.de>
This commit is contained in:
Marco Cutecchia 2023-03-17 22:15:40 +01:00 committed by Linus Groh
parent f3363c1088
commit d09852642c
4 changed files with 3 additions and 18 deletions

View file

@ -32,6 +32,9 @@ bool g_pci_access_is_disabled_from_commandline { true };
// 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;