[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. ---BeginMessage--- diff -ruNp old/drivers/makefile new/drivers/makefile --- old/drivers/makefile2004-07-01 22:27:10.0 + +++ new/drivers/makefile

[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. ---BeginMessage--- diff -ruNp old/kernel/inthndlr.c new/kernel/inthndlr.c ---

[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). ---BeginMessage--- 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 + @@

[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

[Freedos-kernel] patch: inthndlr.c

2004-07-14 Thread Arkady V.Belousov
Hi! - callerARG1 declared as xreag instead UWORD. ---BeginMessage--- 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

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 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 place