diff --git a/README.md b/README.md index 71ef680..d74cccd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The long-term goal of this OS is to be capable of running user programs and havi Download the latest BlankOS ISO image from the "Releases" tab, and emulate it directly using the QEMU emulator: ``` -qemu-system-i386 blankOS-i386-1.4.45.iso +qemu-system-i386 blankOS-i386-0.3.45.iso ``` Alternatively, burn the image on a USB stick and use it on a machine (see section "Real Hardware"). diff --git a/src/kernel/kmain.c b/src/kernel/kmain.c index 2557363..c14f6ad 100644 --- a/src/kernel/kmain.c +++ b/src/kernel/kmain.c @@ -12,7 +12,7 @@ char* ascii_title = " 888oooo88 888 ooooo888 888 888 888o888 888 888 888oooooo \n" " 888 888 888 888 888 888 888 8888 88o 888o o888 888\n" " o888ooo888 o888o 88ooo88 8o o888o o888o o888o o888o 88ooo88 o88oooo888\n\n" -" --------------------------------- v0.3.31 --------------------------------\n\n"; +" --------------------------------- v0.3.45 --------------------------------\n\n"; int kmain(int retvalue) {