update .gitignore
This commit is contained in:
parent
cf11060afe
commit
4047d666d7
|
|
@ -4,4 +4,5 @@ image.bin
|
|||
dump.img
|
||||
diskwrite
|
||||
*.bin
|
||||
*.elf
|
||||
*.elf
|
||||
*.dump
|
||||
|
|
@ -202,7 +202,7 @@ load_part2:
|
|||
push 0
|
||||
pop ds
|
||||
mov si, DAP
|
||||
jmp $
|
||||
; jmp $
|
||||
int 0x13
|
||||
jc load_fail
|
||||
jmp part_2
|
||||
|
|
|
|||
Loading…
Reference in New Issue