aboutsummaryrefslogtreecommitdiff
path: root/boot/head.S
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-17 15:33:03 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-17 15:33:03 -0500
commit6030b176c2819c83c625f257ad7e8632a8245ed9 (patch)
treefd98417c4f40a3bc8479a5900920a0ccd40fedd6 /boot/head.S
parentef4cc242dc8ad04320d19af22931fcbdbf670c13 (diff)
downloadkappa-6030b176c2819c83c625f257ad7e8632a8245ed9.zip
kappa-6030b176c2819c83c625f257ad7e8632a8245ed9.tar.gz
kappa-6030b176c2819c83c625f257ad7e8632a8245ed9.tar.bz2
kappa-6030b176c2819c83c625f257ad7e8632a8245ed9.tar.xz
Emulate the Rockbox plugin API, ported xracer
Tons of changes
Diffstat (limited to 'boot/head.S')
-rw-r--r--boot/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/head.S b/boot/head.S
index b74e929..8e607e0 100644
--- a/boot/head.S
+++ b/boot/head.S
@@ -17,8 +17,8 @@ multiboot_header:
.long 0
.long 0
.long 0 # 1=text mode
- .long 0 # screen height (don't care)
.long 0 # screen width (don't care)
+ .long 0 # screen height (don't care)
.long 32 # screen BPP: MUST be 32
.section .stack