diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-27 23:10:04 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-27 23:10:04 +0200 |
| commit | 7aea8d20ec8816759c8439fc39d90579fc37e18b (patch) | |
| tree | f59d354ea1ad128929e0e810da0fa78bab00537b /boot | |
| parent | d680d4c641c085e7a31d19fe2d01f528e96d2ced (diff) | |
cleanup and switched logging to vesa mode console!
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/mbr.asm | 8 |
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 |
