Move MBR boot code to common, arch-independent place
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 28s
Builds / ExectOS (amd64, debug) (push) Successful in 30s
Builds / ExectOS (i686, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Successful in 29s

This commit is contained in:
2025-09-27 14:10:13 +02:00
parent f81e895fe1
commit f152e2bac7
2 changed files with 1 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
PROJECT(BOOTSECT) PROJECT(BOOTSECT)
# Compile boot sectors # Compile boot sectors
compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/${ARCH}/mbrboot.S 0x7C00 Start) compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/mbrboot.S 0x7C00 Start)