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:
Nero 2019-09-29 21:26:59 +00:00
parent a0f2a71066
commit d1dab01633
2 changed files with 3 additions and 3 deletions

View file

@ -235,7 +235,7 @@ error:
int 0x19
kernel_name:
db "RDOS SYS"
db "RDOS BIN"
times (0x1FE - ($-$$)) db 0