aboutsummaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.s')
-rw-r--r--src/boot.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot.s b/src/boot.s
index caad675..a7da0c8 100644
--- a/src/boot.s
+++ b/src/boot.s
@@ -11,6 +11,8 @@ This software is licensed under the ARPL. See LICENSE for details. */
/* ask grub for framebuffer
if this breaks the OS i might crash out */
+/* THIS IS NOT GUARANTEED 1024x768x32!!!!!
+ VIDEO MODE **CAN** AND MOST LIKELY WILL CHANGE ON OTHER SYSTEMS!! */
.set WIDTH, 1024
.set HEIGHT, 768
.set DEPTH, 32