mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57: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
|
||||
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