mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Kernel: Move Boot/ into Arch/i386/Boot (#667)
This commit is contained in:
parent
8b07025145
commit
d09a28856f
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SECTIONS
|
|||
|
||||
.text BLOCK(4K) : ALIGN(4K)
|
||||
{
|
||||
Boot/boot.ao
|
||||
Arch/i386/Boot/boot.ao
|
||||
*(.multiboot)
|
||||
*(.text)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue