summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/mbr.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm
index bb1fc2b..26d13bf 100644
--- a/boot/mbr.asm
+++ b/boot/mbr.asm
@@ -56,13 +56,13 @@ jmp boot_16 ;start boot process
BOOT_DRIVE:
db 0xff
STR_VERSION:
- db "v0.3~",0
+ db "Fool Boot Loader v0.3.1~",0
VESA_CHECK1:
- db "vesa1.",0
+ db " VESA: Get Info.",0
VESA_CHECK2:
- db "vesa2.",0
+ db " VESA: Get Mode Info.",0
VESA_CHECK3:
- db "vesa3.",0
+ db " VESA: Set Mode.",0
;lets put our temporary GDT (Global Descriptor Table) here
;kernel should move this away