Saluton denove,

On Wed, Jun 29, 2011 at 10:16 PM, Rugxulo <rugx...@gmail.com> wrote:
> Saluton, scipovanto!    :-)
>
> On Wed, Jun 29, 2011 at 9:50 PM, Henrique Peron <hpe...@terra.com.br> wrote:
>> Hi Ruĝulo,
>>
>>> I did make a bootdisk a while back (year ago?) intending to demo the
>>> codepage stuff with FreeDOS, but I never finished it (and nobody else
>>> seemed interested). I could (hopefully) dig it up if you're
>>> interested.
>> How did that demo work?
>
> How else? Just crammed a bunch of stuff on floppy, basically, trying
> to make as useful a disk as possible, esp. catering to i18n (KEYB,
> DISPLAY, COUNTRY, Mined, Blocek, Foxtype) while still being "overall"
> useful in general for DOS.
>
> I never finished it, and nobody whined. Plus I'd have to vaguely
> update it and gather all sources (ugh). But I can dig it up (maybe) if
> desired.

At risk of boring everyone (or even accidentally spamming the group),
I'll post my AUTOEXEC.BAT and CONFIG.SYS here, as well as "ls -lR"
contents of the disk itself (which I just dumped via PuppyLinux, in
case you're wondering why it says "root" everywhere). I doubt anybody
cares, but perhaps Bernd will see what settings he's looking for.

(CONFIG.SYS):
MENU 1  NLS: Greek

MENU 2  *** NLS: Esperanto ***

MENU 3  no NLS extras loaded

MENUDEFAULT=2,20



REM SWITCHES=/F /N

12?IDLEHALT=1

12?KEYBUF=0x120,0x1d0



REM this needs 286+ (XMSv2 only)

REM DEVICE=A:\FDOS\FDXMS286.SYS



REM 386+ (XMSv3)

123?DEVICE=A:\UTILS\XMGR.SYS



REM 5 MB cache (386+)

REM DEVICE=A:\UTILS\UIDE.SYS /S5 /N2

123?DEVICE=A:\UTILS\UIDE.SYS /S5 /D:FDCD000 /C0



123?DEVICE=A:\FDOS\NANSI.SYS

123?DEVICE=A:\FDOS\MORESYS.SYS



123?SHELL=A:\COMMAND.COM A:\ /E:1024 /P



1?COUNTRY=030,869,A:\FDOS\COUNTRY.SYS

2?COUNTRY=1,,A:\FDOS\COUNTRY.SYS



123?DOS=HIGH,UMB

123?BUFFERS=10

123?FILES=40

123?LASTDRIVE=G


(AUTOEXEC.BAT):
@echo off



if "%CONFIG%"=="1" set DEFAULT=869

if "%CONFIG%"=="2" set DEFAULT=853



alias autoexec=ezedit a:\autoexec.bat

alias config=ezedit a:\config.sys



alias 7za=7zdecode

alias 7zdec=7zdecode

alias p7zip=7zdecode

alias gunzip=untar -d

alias grep=xgrep

alias uname=ver /r

alias mined=mined386

alias attrib=attr

alias edit=ezedit

alias cpuid=cpulevel

alias fdisk=xfdisk

alias m=mem /c /p

REM (must have soundcard hooked up to CD drive ??)

alias playcd=cdrom2 play01 d:



REM won't switch to 853 if KEYB is loaded, must unload + switch + reload

alias esperanto=mode con cp sel=853

alias 853=mode con cp sel=853

alias 737=mode con cp sel=737

alias 869=mode con cp sel=869

alias sta=mode con cp /sta

alias status=mode con cp /sta



alias 25=mode 80,25

alias 43=mode 80,43

alias 50=mode 80,50



prompt [ FreeDOS ] $p$g

path a:\;a:\fdos;a:\utils;a:\extras;g:\

for %%a in (TEMP TMP TMPDIR) do set %%a=g:\



set DIRCMD=/lfn

lfnfor on

lfnfor complete on

REM (normally uses LONGNAME.DAT, not silly patented VFAT hacks)

REM (note that your .EXEs need int 21h, 71xxh Win9x API, e.g. DJGPP)

:: starlfn /i



REM screen saver, auto-sleep monitor after 7 mins. of inactivity

idledpms 7



:: (now using UIDE w/ 5 MB cache, sorry Eric!)

REM 32/4 = 8 MB cache

:: lbacache flop 32

REM tickle == cache helper for floppy

:: tickle



REM Jack's RAM disk

rdisk /s10 /:g



if "%CONFIG%"=="3" goto notnls

g:

if exist a:\fdos\ega2_17.tgz untar a:\fdos\ega2_17.tgz >NUL

a:



mode 80,43

display con=(ega,,3)

mode con cp prep=((853) a:\fdos\ega.cpx)

mode con cp prep=((,737,869) g:\ega5.cpx)

mode con cp sel=%DEFAULT%



nlsfunc /y a:\fdos\country.sys



REM ... NLSFUNC test begin ...

echo a:\tmp\upper.com êÖîÞë

a:\tmp\upper.com êÖîÞë

echo.

echo a:\tmp\upper.com Rugxulo

a:\tmp\upper.com Rugxulo

echo.

REM ... NLSFUNC test end ...



:notnls



REM (can unload later)

REM BioMenace (bmenace2.exe) needs this setup + BIO.COM

:: jemm386 load x=test i=test noram



REM (both of these can unload later)

ctmouse /w /o

shcdx33e /Q /D?FDCD000 /~



if "%CONFIG%"=="3" goto finish

g:

if exist a:\fdos\keybrd.tgz untar a:\fdos\keybrd.tgz >NUL

a:



REM (can unload later, needs 286+)

REM !! BUG ALERT !!: do NOT use 2009 KEYB*.SYS files w/ 2006 KEYB.EXE

if "%DEFAULT%"=="853" keyb us,,g:\keyboard.sys

if not "%DEFAULT%"=="853" keyb gk,,g:\keybrd2.sys

echo.

echo KEYB: Ctrl-Alt-F1 to disable or Ctrl-Alt-F2 to re-enable!

echo.



:: mode con cp /status

country.exe



:finish

time /t

date /t

ver /r



set DEFAULT=



cd\tmp


(I18NDOS.TXT):
/mnt/sdb:
total 117
-rwxr-xr-x 1 root root  2573 2011-02-15 08:40 autoexec.bat
-rwxr-xr-x 1 root root 65846 2008-03-25 23:33 command.com
-rwxr-xr-x 1 root root   640 2011-02-12 10:33 config.sys
drwxr-xr-x 2 root root   512 2010-10-22 02:48 extras
drwxr-xr-x 2 root root  1536 2010-10-22 02:38 fdos
-rwxr-xr-x 1 root root 45161 2009-08-01 16:18 kernel.sys
drwxr-xr-x 2 root root   512 2010-10-22 02:39 tmp
drwxr-xr-x 2 root root  1024 2010-10-22 02:38 utils

/mnt/sdb/extras:
total 698
-r-xr-xr-x 1 root root   1528 2010-10-30 06:24 biopatch.txt
-r-xr-xr-x 1 root root 264340 2010-10-22 02:49 blocek.7z
-r-xr-xr-x 1 root root   5156 2002-05-26 02:01 country.exe
-r-xr-xr-x 1 root root 129675 2010-10-22 02:47 foxtype.7z
-r-xr-xr-x 1 root root  13676 2010-10-28 19:35 iloj.tgz
-r-xr-xr-x 1 root root   8063 2010-10-28 19:35 isolatin.gz
-r-xr-xr-x 1 root root    250 2010-10-29 15:57 make-ez.bat
-r-xr-xr-x 1 root root 289540 2010-02-22 00:00 mined386.exe
-r-xr-xr-x 1 root root    478 2010-10-25 04:08 xfdisk.dif

/mnt/sdb/fdos:
total 359
-rwxr-xr-x 1 root root 30250 2009-08-01 16:18 country.sys
-rwxr-xr-x 1 root root  5829 2010-08-09 06:49 ctmouse.exe
-rwxr-xr-x 1 root root  3066 2008-06-25 21:18 devload.com
-rwxr-xr-x 1 root root 23645 2007-12-30 13:13 diskcopy.exe
-rwxr-xr-x 1 root root  3651 2006-08-06 20:54 display.exe
-rwxr-xr-x 1 root root 82730 2010-10-28 19:27 ega2_17.tgz
-r-xr-xr-x 1 root root  6344 2009-05-28 12:00 ega.cpx
-rwxr-xr-x 1 root root  4620 2005-05-28 15:42 fdxms286.sys
-rwxr-xr-x 1 root root 31216 2006-01-14 19:15 format.exe
-rwxr-xr-x 1 root root  2529 2008-07-14 02:23 graph-hp.com
-rwxr-xr-x 1 root root  6179 2003-07-13 17:29 graphics.bat
-rwxr-xr-x 1 root root  2287 2008-07-14 02:24 graphpin.com
-rwxr-xr-x 1 root root  2499 2008-03-21 01:45 graph-ps.com
-rwxr-xr-x 1 root root  1022 2007-07-21 17:42 idledpms.com
-rwxr-xr-x 1 root root 19781 2008-03-13 17:24 jemm386.exe
-rwxr-xr-x 1 root root 11148 2006-08-29 21:01 keyb.exe
-rwxr-xr-x 1 root root 25832 2010-11-02 08:26 keybrd.tgz
-rwxr-xr-x 1 root root 14941 2006-08-26 05:26 mem.exe
-rwxr-xr-x 1 root root  7855 2006-05-22 21:27 mkeyb.exe
-rwxr-xr-x 1 root root 16252 2005-05-12 22:05 mode.com
-rwxr-xr-x 1 root root   642 2003-11-21 17:26 moresys.sys
-rwxr-xr-x 1 root root  4933 2007-05-26 09:18 nansi.sys
-rwxr-xr-x 1 root root  2839 2006-08-22 17:40 nlsfunc.exe
-rwxr-xr-x 1 root root  1779 2007-09-17 18:00 print.com
-rwxr-xr-x 1 root root 11447 2009-08-01 16:18 sys.com
-rwxr-xr-x 1 root root  2661 2010-04-06 01:44 touch.com
-rwxr-xr-x 1 root root 33739 2006-08-18 10:30 xfdisk.exe
-rwxr-xr-x 1 root root   202 2006-08-18 10:30 xfdisk.ini

/mnt/sdb/tmp:
total 26
-r-xr-xr-x 1 root root   703 2010-10-22 19:31 esperant.txt
-r-xr-xr-x 1 root root 22098 2010-10-22 02:20 greek.gif
-r-xr-xr-x 1 root root   906 2010-10-22 03:50 greek.txt
-r-xr-xr-x 1 root root   407 2010-10-25 19:44 keyb_bug.txt
-r-xr-xr-x 1 root root   506 2011-01-21 22:16 upper.asm
-r-xr-xr-x 1 root root    53 2011-01-21 22:17 upper.com

/mnt/sdb/utils:
total 217
-rwxr-xr-x 1 root root 43092 2010-10-22 02:51 7zdecode.exe
-rwxr-xr-x 1 root root  6174 2008-07-27 01:23 arclds.com
-rwxr-xr-x 1 root root   955 2007-08-27 19:30 attr.com
-rwxr-xr-x 1 root root  1024 1996-01-31 22:14 calc387.com
-rwxr-xr-x 1 root root    48 2010-12-05 18:30 cc.com
-rwxr-xr-x 1 root root  2328 2003-11-16 10:12 cdrom2.com
-rwxr-xr-x 1 root root  1977 2008-01-04 22:15 cpulevel.com
-rwxr-xr-x 1 root root  1001 2004-02-15 00:00 crc32.com
-rwxr-xr-x 1 root root 21325 2010-01-07 23:06 cwsdpmi.exe
-rwxr-xr-x 1 root root  4096 1996-03-16 13:00 ezedit.com
-rwxr-xr-x 1 root root 60025 2011-02-07 10:39 fasmd.exe
-rwxr-xr-x 1 root root    88 2011-02-08 20:15 fasmd.ini
-rwxr-xr-x 1 root root  4594 2010-10-22 15:06 inv2.com
-rwxr-xr-x 1 root root  1536 2010-12-05 18:30 rdisk.com
-rwxr-xr-x 1 root root   748 2010-03-28 14:16 scrndump.com
-rwxr-xr-x 1 root root 17857 2005-03-04 10:06 see.exe
-rwxr-xr-x 1 root root  5644 2009-07-09 10:15 shcdx33e.com
-rwxr-xr-x 1 root root  4415 2007-05-25 11:24 snarf.exe
-rwxr-xr-x 1 root root  5233 2004-01-30 23:32 starlfn.com
-rwxr-xr-x 1 root root  7853 2010-12-05 18:30 uide.sys
-rwxr-xr-x 1 root root 17190 2010-10-28 19:30 untar.exe
-rwxr-xr-x 1 root root  3380 1994-06-16 12:03 xgrep.com
-rwxr-xr-x 1 root root  4019 2010-12-05 18:30 xmgr.sys
-rwxr-xr-x 1 root root  2112 2008-11-19 15:53 xwcopy.com

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to