mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Kernel: Add very simple PPM parser for Aarch64
This is much simpler and more embeddable version than libGFX one. Solely purpose is to draw initial boot logo on screen before kernel is even booted.
This commit is contained in:
parent
dbb61620be
commit
e7141c4230
3 changed files with 150 additions and 0 deletions
|
@ -6,6 +6,7 @@ if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
set(SOURCES
|
||||
${SOURCES}
|
||||
Arch/aarch64/Aarch64_asm_utils.S
|
||||
Arch/aarch64/BootPPMParser.cpp
|
||||
Arch/aarch64/GPIO.cpp
|
||||
Arch/aarch64/Framebuffer.cpp
|
||||
Arch/aarch64/Mailbox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue