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