Add MBR boot code
This commit is contained in:
5
boot/bootsect/CMakeLists.txt
Normal file
5
boot/bootsect/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# XT Boot Sector
|
||||
PROJECT(BOOTSECT)
|
||||
|
||||
# Compile boot sectors
|
||||
compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/${ARCH}/mbrboot.S 0x7C00 Start)
|
Reference in New Issue
Block a user