Kernel: Move Boot/ into Arch/i386/Boot (#667)

This commit is contained in:
Tidux 2019-10-20 06:15:39 +00:00 committed by Andreas Kling
commit d09a28856f
Notes: sideshowbarker 2024-07-19 11:37:28 +09:00
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ SECTIONS
.text BLOCK(4K) : ALIGN(4K)
{
Boot/boot.ao
Arch/i386/Boot/boot.ao
*(.multiboot)
*(.text)
}