Bernd Böckmann

Results 212 comments of Bernd Böckmann

I would then build uncompressed single-file binary with the command ``` wmake SINGLEFILE=1 UNCOMPRESSED=1 ``` And take this uncompressed file as a payload for iniload for SvarDOS kernels.

As the ECM repo provides the ability to use different compression algorithms, and the zero-compression used here is considered "good enough", we leave it as is for the foreseeable future...

> I don't know if I will get anywhere since even compiling the kernel at all is a challenge for me, but who knows - maybe I'll get lucky. :)...

> compiling jwasm should be a matter of running "make -f GccUnix.mak" and then copying the binary build/GccUnixR/jwasm to a directory in your $PATH. my recipe for building it doesn't...

That is, changing the INCLUDE path from .../lh to .../h

Yes, I wrote this by myself. It is a C program, able to display BPB, default BPB and DPB, optionally in their extended forms. I did only invest 1-2 hours...

I tend to make the single-file kernel the default build, and the dual-file one especially for compatibility with older DR-DOS systems, as I see no benefit in having the dual-file...

The KERNEL.SYS is called KERNEL.SYS to be bootable by the "ordinary" VBR IPL installed by the FreeDOS SYS command. In fact I first named the combined kernel DRKERNEL.SYS, but changed...

> There is not only differences in fdisk and or format for example /X switch to format hard drives. But also there are another utilities like delpurge.exe delwatch.exe and some...

> I can look to see how reasonable it will be to support DR kernel, but will be a while until I get to it. That would be awesome! However,...