summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/arch/i386/locore.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/sys/arch/i386/locore.S b/src/sys/arch/i386/locore.S
index 5cbdbc2..e448fc8 100644
--- a/src/sys/arch/i386/locore.S
+++ b/src/sys/arch/i386/locore.S
@@ -12,6 +12,21 @@ hdr_start:
.long CHECKSUM
hdr_end:
+fbtag_start:
+ .word 5 // Type
+ .word 1 // Flags
+ .long fbtag_end - fbtag_start // Length
+ .long 800 // Width
+ .long 600 // Height
+ .long 32 // Depth
+fbtag_end:
+
+.align 8
+endtag:
+ .word 0
+ .word 0
+ .word 8
+
.text
.code32
.globl _start