Re: [Freedos-kernel] Re: FAT - FAT32 - SYS boot code testing???

2004-03-13 Thread Matthias Paul
On 2004-03-13, Eric Auer wrote: > Default BPB for drive X: according to Bootfix 1.1 by Arkady: > 512 by/sec, 4 sec/clust, 1 boot sector, 188 sec/fat, 2 FATs, > 0 / 195016 sectors, 0x.f744 hidden sectors (this is the > "partition position", looks completely wrong under the assumption > that ZIP

Re: [Freedos-kernel] FAT - FAT32 - SYS boot code testing???

2004-03-13 Thread Jim Lilly
Luchezar, > If I remember correctly, FAT32 volumes must be at least 128 MB in size. > Where might I read up on that info? -- Jim Lilly - Team Z http://www.zonelabs.com/store/content/company/teamzBios.jsp Using - Virtual Access(OLR), ZAP 4.5, & WinXP Pro w/SP1 http://www.virt

[Freedos-kernel] reducing executable size

2004-03-13 Thread Arkady V.Belousov
Hi! Bart, you know OW better, may be you help. Currently ATTRIB executable size is 3986 bytes for BC and 3970 for OW. I suggest, that executable size for OW may be reduced further (by stubing some RTL modules - like currently stubed malloc/realloc/nmalloc). May you help me with this? If you w

Re: [Freedos-kernel] Patch: TALLOC.C memory leakage malloc() bug fix

2004-03-13 Thread Arkady V.Belousov
Hi! 13-Мар-2004 12:40 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to FreeDOS-kernel <[EMAIL PROTECTED]>: LG> symptom for all memory managers, even Tom's tiny but great in value LG> TALLOC.C! These days, another colleague of mine found a bug in it causing LG> the dreaded memory leakage when repeat

Re: [Freedos-kernel] FAT - FAT32 - SYS boot code testing???

2004-03-13 Thread Arkady V.Belousov
Hi! 13-Мар-2004 11:54 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to [EMAIL PROTECTED]: >> I've found FreeDOS hangs in booting off a ZIP 100 IDE disk formatted >> FAT32, but boots fine off another ZIP disk formatted as FAT. LG> If I remember correctly, FAT32 volumes must be at least 128 MB in siz

[Freedos-kernel] CONGRATULATIONS!! AWARD WINNING NOTIFICATION

2004-03-13 Thread LUCKYDAY INTERNATIOL .
LUCKYDAY INTERNATIONAL. 28030 REIMBRANDTSPLIEN, AMSTERDAM-NETHERLANDS. FROM:THE DESK OF THE VICE PRESIDENT. INTERNATIONAL PROMOTIONS/PRIZE AWARD. BATCH NO: LDNL/009842/03. REF. NO. LDNL/1282664/03 AWARD NOTIFICATION. This is to inform you of the release of the EM

Re: [Freedos-kernel] FAT - FAT32 - SYS boot code testing???

2004-03-13 Thread Jim Lilly
Luchezar, > FAT32 volumes must be at least 128 MB in size. > HWinXP doesn't seem to know that. -- Jim Lilly - Team Z http://www.zonelabs.com/store/content/company/teamzBios.jsp Using - Virtual Access(OLR), ZAP 4.5, & WinXP Pro w/SP1 http://www.virtual-access.org

[Freedos-kernel] Patch: TALLOC.C memory leakage malloc() bug fix

2004-03-13 Thread Luchezar Georgiev
About 13 years ago, when the C language was rare in Bulgaria and everybody was writing in Turbo Pascal :) a colleague founded a "C club" and started to program enthusiastically in C. That was the time I, a "hard core" Assemblist, started learning C too ;-) He wrote some rather complex projects

Re: [Freedos-kernel] FAT - FAT32 - SYS boot code testing???

2004-03-13 Thread Luchezar Georgiev
On Fri, 12 Mar 2004 15:24:58 CST, Jim Lilly wrote: I've found FreeDOS hangs in booting off a ZIP 100 IDE disk formatted FAT32, but boots fine off another ZIP disk formatted as FAT. If I remember correctly, FAT32 volumes must be at least 128 MB in size. Lucho -