mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
Kconfig prompt space after comma
This commit is contained in:
parent
08a694e891
commit
006bd856db
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ U0 PaletteDemo()
|
||||
|
||||
SettingsPush; //See $LK,"SettingsPush",A="MN:SettingsPush"$
|
||||
//Alternatively, use $LK,"GrPaletteSet",A="MN:GrPaletteSet"$(gr_palette_gray);
|
||||
for (i=0;i<COLORS_NUM;i++) {
|
||||
for (i=0;i<COLORS_NUM;i++) {
|
||||
j=0xFF*i/(COLORS_NUM-1);
|
||||
bgr.b=j;
|
||||
bgr.g=j;
|
||||
|
@ -16,7 +16,7 @@ U0 PanText()
|
||||
Sleep(30);
|
||||
}
|
||||
|
||||
for (i=0;i<=7;i++) {
|
||||
for (i=0;i<=7;i++) {
|
||||
gr.pan_text_y=i;
|
||||
Sleep(30);
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
* Replace lecture on VGA Screen Memory with VBE Screen memory.
|
||||
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
@ -16,7 +16,7 @@ U8 *kernel_config_options = "MemInit\0HeapInit\0VarInit\0HomeDir\0NoMP\0DontProb
|
||||
|
||||
class CKConfig
|
||||
{
|
||||
U8 *disk_cache_size_exp;
|
||||
U8 *disk_cache_size_exp;
|
||||
CDoc *add_dev;
|
||||
U8 *debug_distro_file, *debug_distro_start;
|
||||
U8 *home_dir;
|
||||
@ -150,7 +150,7 @@ CKConfig *KConfigNew()
|
||||
c->home_dir = StrNew("::/Home");
|
||||
|
||||
VideoRep(FALSE);
|
||||
resolution_num = GetI64("Enter list number of desired resolution,"
|
||||
resolution_num = GetI64("Enter list number of desired resolution, "
|
||||
"or desired width. ($$PURPLE$$<ENTER>$$FG$$ for auto maximum): ",,1);
|
||||
if(resolution_num <= VBE_MODES_NUM)
|
||||
{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user