Add MBR boot code

This commit is contained in:
2025-09-27 14:07:17 +02:00
parent 370a635ee2
commit f81e895fe1
5 changed files with 154 additions and 16 deletions

View File

@@ -63,6 +63,7 @@ add_compiler_flags(-D__RELFILE__="&__FILE__[__FILE__[0] == '.' ? sizeof \\\"${_P
set_disk_image_size(32)
# Build all subprojects
add_subdirectory(boot)
add_subdirectory(bootdata)
add_subdirectory(drivers)
add_subdirectory(sdk)