[Freedos-kernel] SYS / kernel (and dosfsck) wishlist: img, fat32, lba

2004-02-23 Thread Eric Auer
Hi, I have some wishes for SYS and kernel (and DOSFSCK)...: - MS completely ignores the FAT1x root directory size if the FAT1x sectors per FAT is 0 (which marks the drive as FAT32). Even SCANDISK is happy! So I suggest to modify DOSFSCK: If the value is not 0, show a warning BUT ignore the

Re: [Freedos-kernel] sys.c issues

2004-02-23 Thread Kenneth J. Davis
.. > > BTW, who currently officialy mantain SYS? > .. The kernel maintainers. I'm just commenting as most of your suggestions are regarding code based on a patch I submitted a while back, though sys has had many improvements since them. Jeremy ---

Re: [Freedos-kernel] sys.c issues

2004-02-23 Thread Arkady V.Belousov
Hi! 23-Фев-2004 09:03 [EMAIL PROTECTED] (Kenneth J. Davis) wrote to [EMAIL PROTECTED]: >>>else if (memicmp(argp, "BOTH", 4) == 0 && !both) >>- AIU, there should be stricmp() (or third parameter of memicmp() should be >> increased to include zero byte)? KJD> Could, but its more of, are exact

Re: [Freedos-kernel] sys.c issues

2004-02-23 Thread Kenneth J. Davis
>To: [EMAIL PROTECTED] >From: "Arkady V.Belousov" <[EMAIL PROTECTED]> >Subject: [Freedos-kernel] sys.c issues > >Hi! > >AIU=As I understand. > >>int main(int argc, char **argv) >> if (argc > 1 && memicmp(argv[1], "CONFIG", 6) == 0) >>else if (memicmp(argp, "BOOTONLY", 8) == 0 && !bootonly) >>