Move MBR boot code to common, arch-independent place

このコミットが含まれているのは:
2025-09-27 14:10:13 +02:00
コミット f152e2bac7
2個のファイルの変更1行の追加1行の削除

ファイルの表示

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