[Freedos-kernel] kernel prograss

2004-06-28 Thread Arkady V.Belousov
Hi! Well, as I promise: config.c - when tracing, Esc now turns off asks for all following lines, including lines with ?, and assumes Y for all; F8 now behaves similar to Esc. - environment for INSTALL= now includes previous SETs. - fix: CmdSet(): with SET environment variables now may be

Re: [Freedos-kernel] kernel progress

2004-06-28 Thread Alain
I just reproduce MS-DOS behavior. Also, I myself found that skipping all remaining questions (including ?) is useful. Though, later this behavior may be changed (and documented in config.txt!). In my opinion this would be a _great_ improuvement :) Many times I had ro reboot (in MS-DOS)

Re: [Freedos-kernel] kernel progress

2004-06-28 Thread Bernd Blaauw
Alain schreef: In my opinion this would be a _great_ improvement :) Many times I had ro reboot (in MS-DOS) because the critical instruction was executed ok and I didn't want to singlestep all the rest. BUT, IMHO the key for that should not be Esc but something completely different, like some

Re: [Freedos-kernel] default drive and CDS

2004-06-28 Thread tom ehlert
Hello Arkady, In kernel often used constructions, similar to next: if (get_cds(drv ? drv - 1 : default_drive) == NULL) in which case 'often' is 2 so I think you are wasting our time. bye --- This SF.Net email sponsored

Re: [Freedos-kernel] kernel progress

2004-06-28 Thread Alain
Bernd Blaauw escreveu: Win9x's DOS (7.x0) interprets the keys in a different way compared to older MSDOS. Y = confirm N = not confirm ENTER=confirm ESC = No (MSDOS7), YES (FreeDOS, older MSDOS). so a don't ask any other items unless explicitly mentioned in config.sys option/key would have to use

Re: [Freedos-kernel] default drive and CDS

2004-06-28 Thread Arkady V.Belousov
Hi! 28--2004 21:08 [EMAIL PROTECTED] (tom ehlert) wrote to Arkady V.Belousov [EMAIL PROTECTED]: In kernel often used constructions, similar to next: if (get_cds(drv ? drv - 1 : default_drive) == NULL) te in which case 'often' is 2 Ok, 2. But non-zero. In any case there will

Re: [Freedos-kernel] kernel progress

2004-06-28 Thread Arkady V.Belousov
Hi! 28--2004 14:11 [EMAIL PROTECTED] (Alain) wrote to [EMAIL PROTECTED]: I just reproduce MS-DOS behavior. Also, I myself found that skipping all remaining questions (including ?) is useful. Though, later this behavior may be changed (and documented in config.txt!). A BUT, IMHO the key

Re: [Freedos-kernel] default drive and CDS

2004-06-28 Thread tom ehlert
Hello Arkady, In kernel often used constructions, similar to next: if (get_cds(drv ? drv - 1 : default_drive) == NULL) te in which case 'often' is 2 Ok, 2. But non-zero. In any case there will be useful to introduce get_cds1(), which will call get_cds(drv ? drv - 1 :