Files
exectos/boot/bootsect/CMakeLists.txt

6 lines
133 B
CMake

# XT Boot Sector
PROJECT(BOOTSECT)
# Compile boot sectors
compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/mbrboot.S 0x7C00 Start)