Move bootloader code to a separate directory

This commit is contained in:
Alex
2023-03-19 21:59:38 +02:00
parent 930b11a400
commit bac24e520e
9 changed files with 128 additions and 110 deletions

View File

@ -1,7 +1,7 @@
OUTPUT_FORMAT(elf32-i386)
OUTPUT_ARCH(i386)
ENTRY(_start)
ENTRY(MB2_start)
SECTIONS
{