Re: [Freedos-kernel] Floppy disk read error

2004-07-14 Thread Arkady V.Belousov
Hi! 14-Июл-2004 22:41 [EMAIL PROTECTED] (Alain) wrote to [EMAIL PROTECTED]: >> 1. Do you test 2035a? A> No, please send me the link to it. I just cannot find it. Sources you may find at freedos.sf.net/kernel.UNSTABLE.tgz, compiled image available at Lucho site. Also, Kenneth promise to plac

Re: [Freedos-kernel] Floppy disk read error

2004-07-14 Thread Alain
A> I am experiencing a strange problem with FreeDOS, please help me because A> I am not sure how it is happening: 1. Do you test 2035a? No, please send me the link to it. I just cannot find it. 2. Do you test FD with same conditions, as other OSes (for example, if you boot from diskette for FD

Re: [Freedos-kernel] Floppy disk read error

2004-07-14 Thread Arkady V.Belousov
Hi! 14-Июл-2004 18:50 [EMAIL PROTECTED] (Alain) wrote to [EMAIL PROTECTED]: A> I am experiencing a strange problem with FreeDOS, please help me because A> I am not sure how it is happening: A> K6-2 500, motherboard PcChips (SiS530) this machine works ok with A> Windows, Dos7.10 and Linux. Flopp

[Freedos-kernel] patch: inthndlr.c

2004-07-14 Thread Arkady V.Belousov
Hi! - callerARG1 declared as xreag instead UWORD. --- Begin Message --- diff -ruNp old/kernel/inthndlr.c new/kernel/inthndlr.c --- old/kernel/inthndlr.c 2004-07-15 00:42:06.0 + +++ new/kernel/inthndlr.c 2004-07-15 02:16:58.0 + @@ -1623,9 +1623,10 @@ STATIC VOID

[Freedos-kernel] Floppy disk read error

2004-07-14 Thread Alain
Hi Arkady, I am experiencing a strange problem with FreeDOS, please help me because I am not sure how it is happening: K6-2 500, motherboard PcChips (SiS530) this machine works ok with Windows, Dos7.10 and Linux. Floppy drive is new. Kernel 3035. When I boot from C:, sometimes (very frequently

[Freedos-kernel] fix: inthndlr.c

2004-07-14 Thread Arkady V.Belousov
Hi! - fix: INT21/3301 now returns in DL low bit of input value (as in MS-DOS). --- Begin Message --- diff -ruNp old/kernel/inthndlr.c new/kernel/inthndlr.c --- old/kernel/inthndlr.c 2004-07-14 23:47:40.0 + +++ new/kernel/inthndlr.c 2004-07-15 00:42:06.0 + @@ -7

[Freedos-kernel] fix: inthndlr.c

2004-07-14 Thread Arkady V.Belousov
Hi! - fix: (Lucho) for INT21/5F07 and 5F08, before changing bit CDSPHYSDRV, MS-DOS checks if physical device associated with drive letter. Without this check MS-FORMAT under FreeDOS was destroys RAMDISK. --- Begin Message --- diff -ruNp old/kernel/inthndlr.c new/kernel/inthndlr.c --- old/kern

[Freedos-kernel] cleanup: task.c

2004-07-14 Thread Arkady V.Belousov
--- Begin Message --- diff -ruNp old/kernel/task.c new/kernel/task.c --- old/kernel/task.c 2004-07-07 00:16:32.0 + +++ new/kernel/task.c 2004-07-14 21:41:12.0 + @@ -303,7 +303,7 @@ static void load_transfer(seg_t ds, exec if (mode == LOADNGO) { /* build the us

[Freedos-kernel] patch: build.bat

2004-07-14 Thread Arkady V.Belousov
Hi! - :noenv and :abort-cd should be separated, else error about issues with environment given also in case of compilation errors. --- Begin Message --- diff -ruNp old/build.bat new/build.bat --- old/build.bat 2004-07-14 20:17:36.0 + +++ new/build.bat 2004-07-14 21:04:28

[Freedos-kernel] patch for batch and makefiles

2004-07-14 Thread Arkady V.Belousov
Hi! - missed one more dependency for drivers/*.asm in makefile. - missed mention for sys/turboc.cfg and utils/tutboc.cfg. --- Begin Message --- diff -ruNp old/drivers/makefile new/drivers/makefile --- old/drivers/makefile2004-07-01 22:27:10.0 + +++ new/drivers/makefile