Zeal-Operating-System / ZealOS

The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.
https://zealos.net
The Unlicense
1.42k stars 68 forks source link

How do I change the resolution? #92

Closed billyblackburn closed 1 year ago

billyblackburn commented 1 year ago

Im kinda new to this. I get the VideoRep; to open but how do I change it?

xslendix commented 1 year ago

If you are using Limine, you need to go into ::/Boot/Limine.CFG and change the resolution there. If you are using the traditional BIOS option, you need to re-compile the kernel.

TomAwezome commented 1 year ago

Additionally, if using the traditional Public Domain BIOS installation, you will need to edit /Kernel/KStart16.ZC and change the values in REQUESTED_SCREEN_WIDTH and REQUESTED_SCREEN_HEIGHT. Then you can recompile the kernel with BootHDIns; following the instructions on the wiki.

billyblackburn commented 1 year ago

Additionally, if using the traditional Public Domain BIOS installation, you will need to edit /Kernel/KStart16.ZC and change the values in REQUESTED_SCREEN_WIDTH and REQUESTED_SCREEN_HEIGHT. Then you can recompile the kernel with BootHDIns; following the instructions on the wiki.

this will be my route.....thank you

TomAwezome commented 1 year ago

I have created a new Wiki page, based on the discussion on this Issue. https://github.com/Zeal-Operating-System/ZealOS/wiki/Changing-Screen-Resolution