Improve build transparency (documentation and inline version number)

This commit is contained in:
Nero 2020-09-17 08:59:22 +00:00
parent e1bfaa5d88
commit 1d64c2364d
3 changed files with 27 additions and 4 deletions

View file

@ -9,7 +9,10 @@
jmp near init
db "LOVELAIN"
%defstr STRVER VERSION
%define INTVER 0x %+ VERSION
db STRVER
; mformat writes stuff until 0x3E
params: times ( 0x3E - ($-$$) ) nop
@ -44,6 +47,8 @@ hlt: hlt
db "rdos kernel"
dd INTVER
end: align 512
section .bss