Re: [Freedos-devel] 32-bit FreeDOS

2015-06-08 Thread John Elliott
rt with those bytes (0xC3 is x86 for RET). The extended sequence 0xC3 0x00 0x00 also rules out CP/M-80 COM files, which might start with 0xC3 but won't follow that with two zeroes. -- John Elliott --

Re: [Freedos-devel] Freedos and lack of drivers

2011-09-16 Thread John Elliott
> linux is not resurrectable after a forced power-off.=A0 I want an OS > that can_handle_that_. http://www.eros-os.org/project/novelty.html#persistence -- John Elliott -- BlackBerry® DevCon Americas, Oct. 18-2

Re: [Freedos-devel] lfn in freecom?

2007-10-02 Thread John Elliott
> > Ok, thanks, that's good news. I'm used to such feature in UNIX, and > mistrusted it would ever be possible in DOS. For argv/argc parsing, it depends exactly how the author of your compiler implemented it. For example, Pacific C doesn't do anything special with quoted strings. This program:

Re: [Freedos-devel] Porting FreeDOS to OLPC XO Laptops?

2007-09-27 Thread John Elliott
DOS. Rather than jumping straight in with VGA emulation, why not start with MDA? Just a single 25x80 text mode, and many fewer BIOS functions. -- John Elliott - This SF.net email is sponsored by: Microsoft Defy all challeng

Re: [Freedos-devel] Surprise!

2006-09-05 Thread John Elliott
ons in the > kernel tree without any warning. My recollection, possibly faulty, is that Intel chose 801586 because Windows NT refused to boot on an 80886 (it only checked the bottom 3 bits of the family number and though

Re: [Freedos-devel] ANNOUNCE: DISPLAY 0.13

2006-08-01 Thread John Elliott
real-memory move copies [cs:wTableSize] words, but should copy [cs:wTableSize] bytes. -- John Elliott - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Freedos-devel] ANNOUNCE: DISPLAY 0.13

2006-07-31 Thread John Elliott
: (5) EGA/VGA specific: support for DR-FONTS : (thanks to John Elliott, who submitted the changes) This is broken :-( - You've missed a line in the bit that skips over fonts of unknown size. EGAR.ASM lines 316-321 should read: mov ah,al xor al,al add

[Freedos-devel] Re: Freedos-devel digest, Vol 1 #260 - 9 msgs

2004-07-06 Thread John Elliott
: From: Eric Auer <[EMAIL PROTECTED]> : Subject: [Freedos-devel] FORMAT 0.91p released : - OEM ID changed to FRDOS1.0 (better WinXX compatibility) This is less than ideal. If the version in the OEM ID is less than 3.3, MS-DOS ignores the BPB. -- John E