mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder
This commit is contained in:
parent
ce98aa567c
commit
da785bd4bd
Notes:
sideshowbarker
2024-07-18 05:08:00 +09:00
Author: https://github.com/nico
Commit: da785bd4bd
Pull-request: https://github.com/SerenityOS/serenity/pull/9666
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
boot.S
|
Arch/x86/boot.S
|
||||||
multiboot.S
|
Arch/x86/multiboot.S
|
||||||
init.cpp
|
init.cpp
|
||||||
UBSanitizer.cpp
|
UBSanitizer.cpp
|
||||||
../MiniStdLib.cpp
|
../MiniStdLib.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue