Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Change version number for Beta 6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nkeck720 <noahkeck72@gmail.com>
  • Loading branch information
devfonks committed Oct 3, 2017
1 parent 27692b3 commit b61f8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.asm
Expand Up @@ -26,7 +26,7 @@
boot_drv db 00h ; For saving tho boot drive
old_ss dw 0000h ; For saving our old SS locations.
old_sp dw 0000h ; Same for old SP.
version db "NOS Beta 5 -- built from Git repository", 0Dh, 0Ah, 00h ; Version string
version db "NOS Beta 6 -- built from Git repository", 0Dh, 0Ah, 00h ; Version string
bootmsg db "Booting up...", 0Dh, 0Ah, 00h ; Boot message
drv_fname db "DRVS", 00h ; Driver list file name
blank_line db 0Dh, 0Ah, 00h ; A blank line on the screen
Expand Down

0 comments on commit b61f8c7

Please sign in to comment.