From 4a067595fcb765c7c6de76ec1f69900afbf2c0b0 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Tue, 15 Jul 2003 12:30:34 +0000 Subject: [PATCH] config.txt updates from Bernd Blaauw git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@639 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/config.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/config.txt b/docs/config.txt index 574f177..1fc7476 100644 --- a/docs/config.txt +++ b/docs/config.txt @@ -1,5 +1,9 @@ Advanced - FreeDOS specific - CONFIG.SYS processing +a new command DOSDATA=UMB +DOSDATA=UMB loads some FreeDOS specific stuff in Upper Memory Blocks, +like the RAM that FILESHIGH, LASTDRIVEHIGH, and STACKSHIGH occupy + a new command ECHO ECHO does ECHO its argument (surprised ?-) and is executed at the time the DEVICE= lines are executed. @@ -9,6 +13,10 @@ use it similarly to device=Driver1.sys ECHO driver1 successfully loaded +a new command called EECHO is also available, for echo-ing ANSI Escape Sequences +(redefines keyboard input for example). + + an undocumented command SCREEN=xx SCREEN= switches into videomode xxx (INT10/11xx/000) useful @@ -59,8 +67,7 @@ MENUDEFAULT=0,1 ( configuration 0, wait 1 second) Although this is definitively worse then MSDOS menuing possibilities, -IMHO it's better then nothing. Unfortunately your MENU text gets completely -uppercase.. +IMHO it's better then nothing. It's also possible to combine menu options, to avoid writing thing every time again. @@ -109,7 +116,7 @@ MENUDEFAULT=0,0 0?device=c:\ntclient\ifshlp.sys -DEVICE=CDROM.SYS /D:MSCD000 +DEVICE=ATAPICDD.SYS /D:MSCD000 @@ -117,7 +124,7 @@ DEVICE=CDROM.SYS /D:MSCD000 2002-11-28 - Tom Ehlert - +2003-07-15 - Bernd Blaauw