mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +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
|
||||
boot.S
|
||||
multiboot.S
|
||||
Arch/x86/boot.S
|
||||
Arch/x86/multiboot.S
|
||||
init.cpp
|
||||
UBSanitizer.cpp
|
||||
../MiniStdLib.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue