debug: fix missing PnP product name string terminator

This commit is contained in:
Nero 2020-05-17 18:09:50 +02:00
parent e30f99c1a7
commit 31a72d594a
1 changed files with 2 additions and 2 deletions

View File

@ -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