Rename rdos.sys to rdos.bin
*.sys is meant for DOS-like driver binaries. I actually have a flat binary with a specific load offset.
This commit is contained in:
parent
a0f2a71066
commit
d1dab01633
2 changed files with 3 additions and 3 deletions
|
@ -235,7 +235,7 @@ error:
|
|||
int 0x19
|
||||
|
||||
kernel_name:
|
||||
db "RDOS SYS"
|
||||
db "RDOS BIN"
|
||||
|
||||
times (0x1FE - ($-$$)) db 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue