Hi!
6-Июл-2004 08:03 [EMAIL PROTECTED] (Steffen Kaiser) wrote to
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
>>>> - config now parsed in 5 passes:
>> te> that's fine IF config.c fit's into buffers or you boot from disk.
>> te> else (if boot from floppy) that might become *SLOW*
>> There was 3 passes, now 5. Not a big change, especially because on some
>> But what you propose else? 5 passes are _required_.
SK> What I still wonder about this topic -- I remember that I had a CONFIG.SYS
SK> size problem with Win95 (when its size grew past some point, DOS 7 did't
SK> start) -- aren't device drivers allowed to mangle with drive mappings? I
1. FreeDOS have no issues with config.sys size, because it not loads it into
memory completely, but reread line-by-line (just like batch files) at
each pass.
2. Yes, mangling drive mappings will cause troubles with config.sys (like
with .BAT files processing), unless you place copy of config.sys (or
fdconfig.sys) into new drive (like with .BAT files processing). [And I
not change there anything.]
Difference with .bat files processing is that config.sys is not
open/closed for each line, thus drive mapping issue will be seen only
after current pass. If you swap letters at INSTALL= stage (last pass),
then you will see no troubles.
SK> mean there is (was?) a DSWAP.EXE or SWAP.EXE or whatever from stacker
SK> that allowed to "compress" the boot drive by swapping C: with the drive
SK> letter the compress-on-the-fly drive got.
1. There is SSWAP.EXE in Stacker package, but this is .EXE file, not driver.
2. Stacker preload driver (which copied into dblspace.bin) also changes
drive letters (as pointed by stacker.ini), but this happens when MS-DOS
loads this driver before processing config.sys. Under FreeDOS preload
drivers are not supported.
SK> This was before MS came up with the DRVSpace.BIN approach.
SK> I actually believed that CONFIG.SYS is to be kept in memory because of
SK> this stuff. Is this handled silently by the buffers?
No.
PS: Steffer, when you answer to my letter in the freedos-freecom about
issues with environment in FreeCOM?
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel