Add warning about mformat overwriting bootsector code
This commit is contained in:
parent
705cd5c725
commit
0b7d141af7
@ -54,6 +54,10 @@ fdc:
|
||||
db "FAT12"
|
||||
times (62 - ($-$$)) db " "
|
||||
|
||||
; mformat keeps writing until here
|
||||
; if we place init earlier, code gets overwritten
|
||||
times (62 - ($-$$)) nop
|
||||
|
||||
init:
|
||||
cli
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user