mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder
This commit is contained in:
parent
ce98aa567c
commit
da785bd4bd
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