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:
parent
f3363c1088
commit
d09852642c
4 changed files with 3 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue