Kenneth J Davis

Results 16 comments of Kenneth J Davis

For increased compatibility you could use the method described in DOS Internals book. I.e. the drivparam/driver.sys interface, [INT 2F/08xx - GET DRIVE DATA TABLE LIST](https://fd.lod.bz/rbil/interrup/dos_kernel/2f0803.html#4327) ***1** based on snippet from...

For fdisk, you may need the reverse function, pass in BIOS# and return DOS drive# (ie swap compare and return ddt_driveno/ddt_logdriveno).

at least FreeDOS kernel doesn't, it's pointed to by dyn variable

makes sense, I was thinking of a good interface the kernel could expose current drive letter assignment and realized it already existed, so wanted to mention it.

I'm currently working on fd share, version in git compiles with Open Watcom but leaves too much code resident. I have split the code up and working to ensure c...

I expect it to be more of a fork or at least separate build for EDR than single program.