Add warning about mformat overwriting bootsector code

This commit is contained in:
Nero 2019-09-23 21:19:12 +00:00
parent 705cd5c725
commit 0b7d141af7

View File

@ -54,6 +54,10 @@ fdc:
db "FAT12" db "FAT12"
times (62 - ($-$$)) db " " times (62 - ($-$$)) db " "
; mformat keeps writing until here
; if we place init earlier, code gets overwritten
times (62 - ($-$$)) nop
init: init:
cli cli