Add warning about mformat overwriting bootsector code
This commit is contained in:
parent
705cd5c725
commit
0b7d141af7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue