mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +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
|
@ -733,7 +733,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/kernel.map" DESTINATION res)
|
|||
|
||||
if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
||||
embed_resource(Kernel serenity_boot_logo "Arch/aarch64/SerenityLogoRGB.ppm")
|
||||
embed_resource(Kernel disk_image "../Build/aarch64/_disk_image")
|
||||
add_custom_command(
|
||||
TARGET Kernel POST_BUILD
|
||||
COMMAND ${CMAKE_OBJCOPY} -O binary Kernel kernel8.img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue