added checksum to boot1

This commit is contained in:
2025-08-03 10:27:25 -07:00
parent 4a189f482f
commit 16309bc306

View File

@@ -180,3 +180,5 @@ page_directory times 1024 dd 0
align 4096
page_table times 1024 dd 0
times 2047 - ($ - $$) db 0 ; Pad to the second-to-last byte of the 4th sector
checksum_byte db 0 ; This byte will be calculated and patched later