Hi!
9-Июл-2004 02:49 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:
> +++ history.txt 9 Jul 2004 02:48:57 -0000 1.78.2.1
> + ? LoadDevice() uppercases command line for driver. Wrong?
This is (internal) question, which, I suggest, shouldn't come into
history.txt.
> + ! P_0(): old shell command line stored in SecPathName buffer and, thus, will
> + be overwritten by DOS rename function with argument, longer than 50 bytes.
This is comment, which, I suggest, better to place somewhere in
technote.txt, not in history.txt.
PS: Patch to old history.txt:
--- Begin Message ---
diff -ruNp 0TXTOLD/docs/history.txt 0TXTNEW/docs/history.txt
--- 0TXTOLD/docs/history.txt 2004-05-30 13:56:58.000000000 +0000
+++ 0TXTNEW/docs/history.txt 2004-05-31 23:47:36.000000000 +0000
@@ -24,11 +24,10 @@
* time.h, fatfs.c: converted TM_ENCODE into a function.
* inthndlr.c, proto.h, fatfs.c: Inlined dos_setdta.
Various bug fixes and cleanups from Lucho and Arkady.
- * inithma.c: moved fmemcmp's into a checkHMA function.
- * inithma.c: HMAFree == 0xfff0 - bytesToAllocate
- is valid and may happen if the buffers occupy exactly all HMA
- space up to and including the last byte at ffff:ffff. Failing
- caused all buffers to go low ...
+ * inithma.c: moved fmemcmp's into a EnabledA20() function.
+ * inithma.c: condition HMAFree>=0xfff0-bytesToAllocate was wrong
+ and prevents to allocate HMA space up to and including byte at
+ ffff:ffef. May cause to move all buffers low. Fixed.
* inthndlr.c: cleanups (merge common code into long_check and
short_check). Made int21/3301,2e,54 consistent with MSDOS
behaviour.
--- End Message ---