[Freedos-kernel] sys.c portability increase

2004-02-21 Thread Kenneth J. Davis
Please change the two lines in sys.c that use (int *) to use (UWORD *) or similar. I overlooked this when compiling with MS VC 6 and causes the resulting floppy to not be able to boot as the wrong location is written to (as int == DWORD instead of WORD). And I'm likely to overlook it again if I

Re: [Freedos-kernel] SYS issues

2004-03-12 Thread Kenneth J. Davis
- /Odrive - use fixed drive number (in hex) in boot sector. MHT If this switch is intended for compatibility with DR-DOS, drive number MHT should be given in decimal. Support for hex with '0x' and/or '$' prefix MHT can be a nice extension, though :-) Inconsistent: address in /L option is

Re: [Freedos-kernel] kernel administration

2004-06-05 Thread Kenneth J. Davis
Arkady V.Belousov escreveu: Hi! Well, looks like Bart is gone. Who now will manage the kernel (reconcile patches, update CVS, release intermediate snapshots)? For example, my current todo contains at least 6 bugfixes for dsk.c, and 2 which I don't know how to handle. Beside this, there

[Freedos-kernel] commit: floppy.asm

2004-06-18 Thread Kenneth J. Davis
I have gone through Arkady's floppy patchset (is there a 5 of 5?). This weekend I intend to finish processing his dsk.c patchset (which includes Lucho's rewording patch), and once a patch is provided I will work on the config processing. I'll commit the history.txt update once I finish the dsk.c

Re: [Freedos-kernel] commit: floppy.asm

2004-06-18 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! 18--2004 03:12 [EMAIL PROTECTED] (Kenneth J. Davis) wrote to [EMAIL PROTECTED]: KJD I have gone through Arkady's floppy patchset (is there a 5 of 5?). There was 4 of 5. Last patch I omit, because it was cosmetic. Ot the other side, you may get complete floppy.asm

Re: [Freedos-kernel] commit: floppy.asm

2004-06-19 Thread Kenneth J. Davis
... I may send you my edition of config.c (private, I suggest?), but it not the last edition (I continue to work on it). please do ... and add own comments. For example: KJD yes, I viewed yours, the original, RBIL, and the code and selected KJD the one that seemed the most clear, being more

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/docs history.txt,1.78.2.1,1.78.2.2

2004-07-11 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Why? Also, I see, you miss my fix for previous records in history.txt (was published here). Because I have not had time to review the patches that the changes refer to, and I do not wish to make any adjustments to prior changelog until I am certain of what the change

Re: [Freedos-kernel] Arkady Patches

2004-07-15 Thread Kenneth J. Davis
James Tabor wrote: Hi, I see allot of patches from Arkady. If I had more time I could check them out and start committing to the CVS. But! So many patches! Yes there are! :-) Which is why I created a development branch, where I can more quickly apply patches that may (or may not) need more

[Freedos-kernel] Kernel status

2004-07-19 Thread Kenneth J. Davis
There recently has been discussion of the kernel, of the upcoming FreeDOS 1.0 release, and of changes which should or should not be accepted. As acting kernel maintainer, this is how I am trying to ensure stability while making progress and trying not to 'upset the talent' as it were. As I said in

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/utils wlinker.bat,1.3.2.1,1.3.2.2

2004-09-03 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! Log Message: easier change of kernel load segment, remove need of keypress when linking +++ wlinker.bat 2 Sep 2004 20:22:05 - 1.3.2.2 -%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9kernel.lnk +%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9

[Freedos-kernel] Kernel source zips Re:...

2004-09-08 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Third (or 5th?) times of asking (without answer): where and how download latest (unstable) kernel sources? And, as I understand, there is If sourceforge has cron working, tarballs are there still, additionally: http://www.fdos.org/kernel/kernel.HEAD.zip for

Re: [Freedos-kernel] Broken VERSION= in 2035 etc. - too many kernels

2004-09-18 Thread Kenneth J. Davis
Eric Auer wrote: Hi, after a while we found that only the Lucho / Arkady kernel has working VERSION=, ... If it is broke in stable and fixed in dev, then it should be fixed in head soon. Please people, the kernels are not Lucho/Arkady vs Tom/..., they are stable and development (unstable). ...

Re: [Freedos-kernel] Re: Broken VERSION= in 2035 etc. - too many kernels

2004-09-20 Thread Kenneth J. Davis
Eric Auer wrote: Hi! If it is broke in stable and fixed in dev, then it should be fixed in head soon. Please people, the kernels are not Lucho/Arkady vs Tom/..., they are stable and development (unstable). Well I can only give people the Lucho or the SF homepage URL if they want a kernel

Re: [Freedos-kernel] Kernel Source Documentation

2004-11-08 Thread Kenneth J. Davis
Karthigan Srinivasan wrote: ... am kind of lost. Is there any documentation of on the kernel source. I am new to OS programming and ... The only documentation that I am aware of is: The FreeDOS Kernel book by Pat Villani, the comments in the source, the Topica Sourceforge fd-kernel archives, and

Re: [Freedos-kernel] broken FreeDOS kernel.

2004-12-31 Thread Kenneth J. Davis
Bernd Blaauw wrote: Jeremy, the -dev kernel is BROKEN. Try booting, and then SET FOO=BAR ... This is fixed in current cvs. The problem was that the DOS int21h function 4A, resize block, is called by FreeCom to resize its initial environment to size requested by the /E: option. For a brief

Re: [Freedos-kernel] Fwd: GRUB for DOS and FreeDOS

2005-01-10 Thread Kenneth J. Davis
While I can reproduce this bug with the indicated kernel revision, it does not appear to be a current problem. Can anyone reproduce with the current kernel? Did anyone already fix this or are we possibly still corrupting memory, just a different location now? Thanks, Jeremy ... version 1.1.35w

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel build.bat,1.14.2.6,1.14.2.7 buildall.bat,1.6.2.2,1.6.2.3 config.b,1.12.2.3,1.12.2.4 defaults.bat,1.1.2.5,1.1.2.6

2005-01-11 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! 31--2004 21:37 [EMAIL PROTECTED] (Kenneth Davis) wrote to [EMAIL PROTECTED]: use NT OW binaries on NT, add access to more options from build cmd line +++ defaults.bat 31 Dec 2004 21:37:51 - 1.1.2.6 +set BINPATH=%BASE%\bin +if %COMPILER% == TC set

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel task.c,1.44.2.4,1.44.2.5

2005-01-19 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! 17--2005 18:34 [EMAIL PROTECTED] (Kenneth Davis) wrote to [EMAIL PROTECTED]: tc debug build fix +++ task.c17 Jan 2005 18:34:10 - 1.44.2.5 -#if DEBUG +#ifdef DEBUG __O\_/_\_/O__ #if TST # error

Re: [Freedos-kernel] re: DEVLOAD / ramdisk troubles - or kernel problems?

2005-07-09 Thread Kenneth J. Davis
Eric Auer wrote: ... struct dhdr FAR *IsDevice(const char FAR * fname) has a problem here. But why does that only happen with DEVLOAD? ... I hope there are still some readers on the kernel list and we can move the further discussion to that list. A fix should be quite straightforward: 1. .

Re: [Freedos-kernel] re: DEVLOAD / ramdisk troubles - or kernel problems?

2005-07-09 Thread Kenneth J. Davis
Eric Auer wrote: ... So your kernel is still not immune to the problem entirely - it still somehow uses names of block device drivers even though those names are optional and not even related to file name processing at all. I will have to check and see if there are other references in the

Re: [Freedos-kernel] about boot sector

2005-09-11 Thread Kenneth J. Davis
cstarter wrote: %define bsOemName bp+0x03 ; OEM label %define bsBytesPerSec bp+0x0b ; bytes/sector %define bsSecPerClust bp+0x0d ; sectors/allocation unit %define bsResSectorsbp+0x0e ; # reserved sectors %define bsFATs bp+0x10 ; # of fats

Re: [Freedos-kernel] reload partition table and reassign drive letters

2005-10-18 Thread Kenneth J. Davis
I've considered this in the past, but the consensus seems to be that it is best just to reboot. It is possible to assuming no TSRs are loaded that would be confused by such action, but if done in the kernel it would involve leaving normally init time (hence transient so does not normally

Re: [Freedos-kernel] Re: reload partition table and reassign drive letters

2005-10-19 Thread Kenneth J. Davis
The main issue with FreeCom would be the location of its resources changing. As long as the comspec env variable still pointed to the same (or an identical) copy of the strings, it would probably be ok, but honestly I don't know if FreeCom closes/opens or keeps open the file with its

Re: [Freedos-kernel] re: reload partition table and reassign drive letters

2005-10-19 Thread Kenneth J. Davis
firstly, I never said FreeCom couldn't handle drive letter changes, I said if one did something, then they need to make sure it can; in particular the way it loads strings; although from my experience not being able to load its strings usually just results in FreeCom issuing useless messages

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel dosfns.c,1.70.2.4,1.70.2.5 entry.asm,1.27.2.3,1.27.2.4 fatfs.c,1.70.2.5,1.70.2.6 int2f.asm,1.34.2.3,1.34.2.4 inthndlr.c,1.87.2.18,1.87.2.19 kernel.

2005-11-06 Thread Kenneth J. Davis
Arkady V.Belousov wrote: ... +cmp word [_OemHook21], -1 +je no_oemhndlr +cmp word [_OemHook21+2], -1 +je no_oemhndlr This is if (FP_OFF (OemHook21) != -1 FP_SEG (OemHook21) != -1), which is not equal to if

[Freedos-kernel] request for comments/ideas etc

2005-11-06 Thread Kenneth J. Davis
For some projects I would like to work on I need to modify the kernel to not overwrite certain sections of memory at startup. My problem is that these items are put in memory before the kernel is loaded so I can not just allocate the memory using DOS calls (since no MCB chain exists yet).

[Freedos-kernel] notes about my recent commits (dev kernel only)

2005-11-20 Thread Kenneth J. Davis
The reason for these -zu compatible fixes is that in cases where SS is not the same as DS (DGROUP) certain calls behave oddly, such as printf, since the compiler is passing an offset on the stack where it assumes DS==SS so the function receiving the parameters can use either segment

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel intwrap.asm,NONE,1.1.2.1

2005-11-20 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! 20-Ноя-2005 16:57 [EMAIL PROTECTED] (Kenneth Davis) wrote to [EMAIL PROTECTED]: --- NEW FILE: intwrap.asm --- reloc_call_int13_handler: cli ; disable other interrupts for now INT instruction already disables IFlag. stc ;

[Freedos-kernel] comments in kernel and stuff

2005-11-30 Thread Kenneth J. Davis
would anyone object if after merging current changes into stable I modified the comments in the dev branch so I could run a tool like naturaldocs on the kernel and get useful output (www.naturaldocs.org). Alternatively anyone know of any similar tool that would be better? Nothing urgent, nor

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/sys sys.c,1.41.2.20,1.41.2.21 fdkrncfg.c,1.11.2.2,1.11.2.3

2005-12-01 Thread Kenneth J. Davis
Arkady V.Belousov wrote: Hi! 30-Ноя-2005 21:59 [EMAIL PROTECTED] (Kenneth Davis) wrote to [EMAIL PROTECTED]: +++ sys.c 30 Nov 2005 21:59:18 - 1.41.2.21 -extern int VA_CDECL printf(const char * fmt, ...); -extern int VA_CDECL sprintf(char * buff, const char * fmt, ...); +extern

Re: [Freedos-kernel] Patch: UNSTABLE: Add int 2F 122B and 122D support

2005-12-09 Thread Kenneth J. Davis
Eduardo Casino wrote: Hello All, This patch adds support for int 2F122B (Internal IOCTL) and int 2F122D (Internal Get Extended Error) to kernel. Those are necessary for the upcoming new version of NLSFUNC to work with DISPLAY 1.0. Regards, Eduardo. Thank you, committed. Jeremy

Re: [Freedos-kernel] Re: [Freedos-cvs] freecom/lib cd_dir.c,1.4,1.5 critrchk.c,1.1,1.2 err61.c,1.4,1.5 mk_rddir.c,1.2,1.3 optsb.c,1.3,1.4 where.c,1.5,1.6

2005-12-11 Thread Kenneth J. Davis
Arkady V.Belousov wrote: ... BTW, bug! Function number should come in AH, not AL! So: ... I will try to fix in the morning, thanks. Jeremy --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

Re: [Freedos-kernel] Can FreeDOS be installed on embedded system based on 80186/80188?

2005-12-16 Thread Kenneth J. Davis
飘似沙鸥 飘 wrote: Hi, I'm a newer to FreeDOS and I want to know if FreeDOS can be installed on embedded system based on 80186/80188? If yes, is it The FreeDOS kernel and most programs are fully compatible with 8086* and higher computers, so if the embedded system is similar enough standard IBM

[Freedos-kernel] read issue in config processing

2006-02-18 Thread Kenneth J. Davis
[dev kernel, will check stable shortly] It was brought to my attention by Eric that in config.sys read() returns an unsigned count or 0x on error but we were checking as though it returned a signed value (-1 or less than requested count). I committed the change that makes these tests

Re: [Freedos-kernel] Kernel source modifications.

2006-02-22 Thread Kenneth J. Davis
Charles Doty wrote: I modified the following files to allow the kernel to boot from a floppy without all of the delays: config.c (around line 693): ... Is there a specific reason to compile out the check and not simply use the config option to disable the 2 second f5/f8 check? I will

Re: [Freedos-kernel] Re: Freedos-kernel digest, Vol 1 #409 - 1 msg

2006-02-25 Thread Kenneth J. Davis
Charles Doty wrote: Is there a specific reason to compile out the check and not simply use the config option to disable the 2 second f5/f8 check? I missed that config option. Is it in config.b? No, perhaps I should have been more clear. It is a settable configuration option via sys

Re: [Freedos-kernel] solution for problem with diskette-less systems

2006-02-27 Thread Kenneth J. Davis
Eric Auer wrote: Hi, I looked at the issue kernel acts weird if there is no diskette drive... In short: ... Eric for testing, a very similar patch, please try http://www.fdos.org/kernel/test/kernel.boot.sys PS: As a bonus possible problem, I noticed that the cvs unstable SYS FAT1x

Re: [Freedos-kernel] DOS interrupts

2006-05-11 Thread Kenneth J. Davis
najmus saqib wrote: HELLO I want to ask something about DOS interrupts. Does freeDOS uses MSDOS interrrupts. How can i do the same. can any1 tell me about the Yes, it uses the same interrupts and parameter interface as MSDOS. More specifically, it attempts to implement nearly 100%

Re: [Freedos-kernel] Freedos-kernel Digest, Vol 1, Issue 421

2006-07-23 Thread Kenneth J. Davis
Abrahan Sanjuas wrote: ... I suppose that this kernel is not compiled with WIN31SUPPORT option because the debugging messages in the end of execution of a program does not shown on screen. And how i can view if kernel is compiled with WIN31SUPPORT or NOT??? The simplest way I can

Re: [Freedos-kernel] PATCH: sys fix

2009-04-29 Thread Kenneth J. Davis
free time at last... On Wed, Apr 29, 2009 at 8:49 PM, Eric Auer e.a...@jpberlin.de wrote: Hi Bart, admins, others, Would you like to have access again? Should be no problem :-) Sure! Apparently only Aitor, Jim and Pat can give you SVN write access but I think that would be a *very* nice

Re: [Freedos-kernel] PATCH: sys fix

2009-04-30 Thread Kenneth J. Davis
On Thu, Apr 30, 2009 at 8:18 PM, Bart Oldeman bartolde...@users.sourceforge.net wrote: ... This is a minimal fix for the kernel: --- entry.asm   (révision 1371) +++ entry.asm   (copie de travail) ... This bug has been there since the DOS-C days by the way! Bart Thank you! Patch committed

Re: [Freedos-kernel] PATCH: sys fix

2009-05-01 Thread Kenneth J. Davis
On Fri, May 1, 2009 at 4:01 AM, Eric Auer e.a...@jpberlin.de wrote: Hi Bart, thanks for making the patch much shorter, very commitable now :-) Why did our old code do that complex put bp at [bp+2] thing? And don't know what does the cpm_error jump decision now inverted patch mean? skips

Re: [Freedos-kernel] Fwd: Re: state of kernel 2038

2009-05-03 Thread Kenneth J. Davis
I am still reviewing and testing the pending patches... but progressing. :-) Does the non-UPX'ed kernel boot for anyone else? I spent most of this evening tracking down why my kernel didn't boot (that is testing my new setup so I wasn't sure if it was my host OS/compiler (I'm already using

Re: [Freedos-kernel] GEMXM incompatibilities FCB errors

2009-05-04 Thread Kenneth J. Davis
On Mon, May 4, 2009 at 6:26 PM, ibid...@lavabit.com wrote: Hello, I've tried running GEM/XM under freedos kernels 2035b, 2036, 2037, and Christian experimental build (later renamed 2038pre).  Official documentation says it will not work due to using FCBs to read the driver loading file,

[Freedos-kernel] Kernel build 2038rc1 testing

2009-05-05 Thread Kenneth J. Davis
On Mon, May 4, 2009 at 9:35 PM, Eric Auer e.a...@jpberlin.de wrote: Hi ibid_ag at lavabit com, I tried 2038rc1svn out _briefly_.  It works about the same as prior builds (runs edit, mem, command, gem; loads ctmouse, gcdrom, himemx,jemm386, shsucdx; still does not run GEM/XM). thanks, that

Re: [Freedos-kernel] Kernel build 2038rc1 testing

2009-05-05 Thread Kenneth J. Davis
On Tue, May 5, 2009 at 2:10 PM, Eric Auer e.a...@jpberlin.de wrote: Hi Jeremy, Bart, IBID, ... I could not find any LOAD*.* file in the zip, though... Maybe this whole experiment is something different than IBID meant? Eric See http://www.seasip.info/Gem/gemxm.html (I'm not sure if its

[Freedos-kernel] kernel 2038

2009-05-17 Thread Kenneth J. Davis
Kernel 2038 tagged and available at http://www.fdos.org/kernel/latest/ Someone with access, please upload to ibiblio and release on SF. Please test and report any new issues to the mailing list. Depending on any reported issues, 2039 scheduled to be released in about a month. Comments about new

Re: [Freedos-kernel] Hello again

2009-05-18 Thread Kenneth J. Davis
On Mon, May 18, 2009 at 3:49 PM, Tom Ehlert t...@drivesnapshot.de wrote: It won't help FreeDOS of course because it still uses fnodes for these things instead of SFTs. Those are ancient relics that should be done away with.  There is no need for them anymore.  I'd like to put that high on the

Re: [Freedos-kernel] Hello again

2009-05-18 Thread Kenneth J. Davis
On Mon, May 18, 2009 at 6:32 PM, Pat Villani p...@monmouth.com wrote: If half as much effort went into the code that has gone into this thread, we'd have rewritten the kernel several times over. Since I'm wrong about the kernel(?), let me put it to you this way.  I wrong? want to put out a

Re: [Freedos-kernel] kernel 2038 discussion stuck? history.txt changes

2009-06-05 Thread Kenneth J. Davis
On Fri, Jun 5, 2009 at 2:05 PM, Eric Auere.a...@jpberlin.de wrote: Hi Bernd, Tom, Bart, others, ... WfW support will probably never come; WfW was tighly coupled to the kernel (at least according to Schulman et. al., WfW is MUCH more then just a flavour of Windows 3.11) What is Schulman et

Re: [Freedos-kernel] 2039-svn bugs

2009-06-30 Thread Kenneth J. Davis
On Tue, Jun 30, 2009 at 10:52 PM, Bart Oldemanbartolde...@users.sourceforge.net wrote: 2009/6/30  ibid...@lavabit.com: I've been trying to patch 2039-svn  with Christian's fix, while working under a TC 186/FAT32/Win kernel (built myself), and I have found the following: what does Win here

[Freedos-kernel] Fwd: FreeDOS kernel Build Fixed: Build 2009.07.18.001

2009-07-18 Thread Kenneth J. Davis
I was just checking my email and about to work on an issue with the usb stack from Bret Johnson. Does this change effect/fix the issues with this (from the description it looks like it does - as the problem was described as FAT32 specific issue with the kernel and related to the buildbpb call) or

Re: [Freedos-kernel] prinf changes

2009-07-18 Thread Kenneth J. Davis
On Sat, Jul 18, 2009 at 10:37 AM, Bart Oldemanbartolde...@users.sourceforge.net wrote: Jeremy, I was wondering what your reasoning is for changing It has to deal with debugging the kernel, especially during initialization. I choose this method as the kernel does not usually have many strings

Re: [Freedos-kernel] Copyright owners for kernel license

2009-07-27 Thread Kenneth J. Davis
On Mon, Jul 27, 2009 at 10:44 PM, ibid...@lavabit.com wrote: ... In the discussion I refer to, relicensing was mentioned. I am curious who should be contacted for such requests, or if relicensing would be allowed, etc. The kernel source says Portions copyright Patrick J. Villani. Would that

Re: [Freedos-kernel] new kernel release pending

2009-07-29 Thread Kenneth J. Davis
On Wed, Jul 29, 2009 at 5:06 PM, Eric Auere.a...@jpberlin.de wrote: Hi Bart, ... * New SYS, merged from unstable branch. I hope it still uses the much faster cached copying :-) Could you add a small but useful option to force either CHS or LBA mode boot sectors, in particular for FAT32?

Re: [Freedos-kernel] Sys crashes when specifying file, kernel tree

2009-11-13 Thread Kenneth J. Davis
On Fri, Nov 13, 2009 at 3:14 PM, ibid...@lavabit.com wrote: Hello everyone, First, I have a bug report against the 1497 fdos.org build of sys (OW386/FAT32/UPX)-- if I specify a file to write the bootsector to (sys c: large.bin, with or without /BOOTONLY or /BOTH), sys crashes with Invalid

Re: [Freedos-kernel] Kernel changes

2011-04-10 Thread Kenneth J. Davis
On Sat, Apr 9, 2011 at 6:56 PM, Eric Auer e.a...@jpberlin.de wrote: Hi Pat, kernel gurus Jeremy and Bart, You can release it [an updated kernel], but I want to put it together with other updates and finally generate v1.1. You mean a FreeDOS 1.1 BASE ISO image? That would be nice, but you

[Freedos-kernel] Kernel 2040 released

2011-06-25 Thread Kenneth J. Davis
Hello all. Kernel 2040 has been tagged and should be made available on Sourceforge file releases within next few days. Also available for download at fdos.org: installer compatible form - http://www.fdos.org/kernel/package/ same as sf releases - http://www.fdos.org/kernel/release/LATEST/ Note:

Re: [Freedos-kernel] Kernel 2040 released

2011-07-03 Thread Kenneth J. Davis
I am working on updating my site as I move files to my new host. www.fdos.org/kernel is updated. But I only have a little bit of time that I split among development website updates. -- All of the data generated in your

Re: [Freedos-kernel] Kernel 2040 released

2011-07-19 Thread Kenneth J. Davis
On Sat, Jun 25, 2011 at 4:40 PM, Bernd Blaauw bbla...@home.nl wrote: Op 25-6-2011 16:06, Kenneth J. Davis schreef: Hello all. ... Are there any verified/stable working compiled versions available of the following? * COMMAND (there's an openwatcom CVS/SVN version somewhere?) I finally managed

Re: [Freedos-kernel] Kernel 2040 released

2011-07-20 Thread Kenneth J. Davis
On Jul 20, 2011 1:37 PM, Bernd Blaauw bbla...@home.nl wrote: Op 20-7-2011 3:50, Bart Oldeman schreef: It's probably best to make things explicit (unless the goal is a true Win32-DOS cross-compile), using DOS16 utilities, by changing the last part of mkfiles\watcom.mak to: CFLAGS1 =

Re: [Freedos-kernel] Kernel 2040 released

2011-07-20 Thread Kenneth J. Davis
And Bart is too quick, he already adjusted the watcom.mak so it just works. :-) Thank you, Jeremy -- 5 Ways to Improve Secure Unified Communications Unified Communications promises greater efficiencies for business. UC

Re: [Freedos-kernel] [Freedos-devel] [PATCH] kernel - only print suspect partition warnings if FORCELBA is not in use

2011-12-18 Thread Kenneth J. Davis
... 3. All the machines I have tried so far report the CHS vs LBA computed mismatch warnings. Considering that first time FreeDOS users might be put off because of these benign warnings, I would very much like to avoid them. There's a list of warnings indeed. A big one at that,

Re: [Freedos-kernel] Regarding commit 1702 (large sector sizes)

2012-02-07 Thread Kenneth J. Davis
On Tue, Feb 7, 2012 at 9:51 AM, Tom Ehlert t...@drivesnapshot.de wrote: Dear PerditionC,    UBYTE DiskTransferBuffer[MAX_SEC_SIZE]; wastes 3,5 KB low memory for *everybody*, not only when it's needed. regarding how much time we have spend until we had 64 byte free I think this is a bad