Add back vendor strings
This commit is contained in:
parent
5516f05fc2
commit
932aa06874
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ pnp:
|
||||||
dw 0 ; reserved
|
dw 0 ; reserved
|
||||||
dw 0
|
dw 0
|
||||||
|
|
||||||
|
str_vendor:
|
||||||
|
db "Nero", 0
|
||||||
|
str_product:
|
||||||
|
db "Nero DOS ", 60, 234, 62, 0
|
||||||
|
|
||||||
align 16
|
align 16
|
||||||
optrom_init:
|
optrom_init:
|
||||||
; setup data stack below code stack
|
; setup data stack below code stack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue