Mark it as 1.0

This commit is contained in:
K. Lange 2018-03-06 23:51:56 +09:00 committed by Kevin Lange
parent 7ca1858016
commit e21a237149
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ int kmain() {
do {
clear_();
attr = 0x1f;
print_banner("ToaruOS-NIH Bootloader v0.1");
print_banner("ToaruOS-NIH Bootloader v1.0");
attr = 0x07;
print_("\n");
attr = sel == 0 ? 0x70 : 0x07;