Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder

This commit is contained in:
Nico Weber 2021-08-28 13:39:34 -04:00 committed by Linus Groh
commit da785bd4bd
Notes: sideshowbarker 2024-07-18 05:08:00 +09:00
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
set(SOURCES
boot.S
multiboot.S
Arch/x86/boot.S
Arch/x86/multiboot.S
init.cpp
UBSanitizer.cpp
../MiniStdLib.cpp