From 81823518ff31ce5fc02e3e71b6d6a4819e7299e9 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 21 Mar 2026 13:32:45 +1300 Subject: Unified ISO, make it work properly on EFI, video modes fix, remove docker stuff because it sucks (just use native stuff no one cares --- src/boot.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/boot.s') 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 -- cgit v1.2.3