mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-18 05:38:36 +01:00
Default resolution on DVD boot is now 800x600.
This commit is contained in:
parent
3c69be5412
commit
f6634624fd
3 changed files with 1 additions and 4 deletions
BIN
Zenith-latest-2020-04-11-18_13_28.iso → Zenith-latest-2020-04-11-18_32_29.iso
Executable file → Normal file
BIN
Zenith-latest-2020-04-11-18_13_28.iso → Zenith-latest-2020-04-11-18_32_29.iso
Executable file → Normal file
Binary file not shown.
|
@ -2,9 +2,6 @@ $WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$
|
|||
$IV,1$----04/11/20 18:10:58----$IV,0$
|
||||
* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at $LK,"FilesRefactored",A="FI:C:/Home/FilesRefactored.DD"$.
|
||||
|
||||
$IV,1$----04/11/20 01:34:08----$IV,0$
|
||||
* Net Code Asterisks moving
|
||||
|
||||
$IV,1$----04/10/20 07:44:08----$IV,0$
|
||||
* $LK,"R",A="MN:R"$("PIC1", "$LK,"PIC_1",A="MN:PIC_1"$");
|
||||
* $LK,"R",A="MN:R"$("PIC2", "$LK,"PIC_2",A="MN:PIC_2"$");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//Make Your own Distro by #include-ing this file.
|
||||
|
||||
#define STD_DISTRO_DVD_CONFIG "TB\nScale2Mem(2048,0x40000)\nT \n\n640\n480\n\n\n"
|
||||
#define STD_DISTRO_DVD_CONFIG "TB\nScale2Mem(2048,0x40000)\nT \n\n800\n600\n\n\n"
|
||||
|
||||
U0 MakeMyISO(U8 *_out_iso_filename)
|
||||
{//Does everything with current drive.
|
||||
|
|
Loading…
Reference in a new issue