Bernd Böckmann
Bernd Böckmann
I applied your changes. It can be run with the following line in config.sys: ``` SHELL=A:\COMMAND.COM /P ``` MS-DOS kernel complains about bad command interpreter if I leave this line...
> I think it would be easy to do and would be useful to users. Certainly useful to others, but not easy. For example, GPT partitions may exceed 32 bit...
> hell broke loose We do not want this :) I will have a look at this next weekend.
Can you upload your config.sys? The COLOUR=7,0,0 does not seem to be a problem by itself.
Strange, your image works for me on IBM-XT (1986), 256K RAM, MDA (86box) with either the Magitronic B215 and the IBM-XT floppy controller.
And also works with 640K "installed". Are you sure it has not something to do with your specific 86box build?
Thanks for providing the extended `config.sys`. I am however afraid that this is too optimized for a generic boot image, using several options which might cause compatibility problems. I had...
> I think INSTALL= time is too late. DEVICE= lines are already processed by then. This is certainly true for the FreeDOS kernel (and probably MS-DOS), but not for the...
> Within latest Novell/Caldera DR-DOS implementations, a CONFIG.SYS statement called "CPU386" was implemented to exclude driver loading which demanded a 386 or better CPU and skipped it if not present....
> You can run the binary in lDebug, r, p 17, g 100, then d 100 di - 1 shows the entire depacked executable. Thanks! I took the NDISASM approach...