debug: fix missing PnP product name string terminator
This commit is contained in:
parent
e30f99c1a7
commit
31a72d594a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
cpu 8086
|
||||
org 0x0000
|
||||
|
||||
; interrupt vector we store add of data segment in
|
||||
; interrupt vector we store addr of data segment in
|
||||
bssvec: equ 0xB6
|
||||
|
||||
db 0x55, 0xAA
|
||||
|
@ -30,7 +30,7 @@ pnp: db "$PnP"
|
|||
dw 0 ; reserved
|
||||
dw 0
|
||||
|
||||
name: db "rdos debug"
|
||||
name: db "rdos debug", 0
|
||||
|
||||
init: push ds
|
||||
push ax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue