Open Sourcing DOS 4
hanselman.com
Open Sourcing DOS 4
1–10 of 382 posts
Re: Open Sourcing DOS 4
#2Re: Open Sourcing DOS 4
#3Re: Open Sourcing DOS 4
#4Re: Open Sourcing DOS 4
#5I wonder if we will see MS-DOS 5 or 6 soon?
FreeDOS, an open source DOS clone, has been around for a while:
Re: Open Sourcing DOS 4
#6Holy cow, this is huge! DOS 1.x and 2.x are too old to run a lot of vintage DOS software, but 4.x would run just about everything.
I don't understand if this source can be usefully integrated into modern DOS preservation projects.
Re: Open Sourcing DOS 4
#7I assume this refers to the spreadsheet application.
[0] https://github.com/microsoft/MS-DOS/blob/main/v4.0/src/DOS/D...
EDT:
That one policy hadn't quite gone into effect yet ;-) [1]
[1] https://github.com/microsoft/MS-DOS/blob/main/v4.0/src/CMD/C...
For posterity...
> RESEARCH:
> invoke path_search ; find the mother (result in execpath) > or AX, AX ; did we find anything?
> je badcomj45 ; null means no (sob)
> cmp AX, 04H ; 04H and 08H are .exe and .com
> jl rsrch_br1 ; fuckin' sixteen-bit machine ought
> jmp execute ; to be able to handle a SIXTEEN-BIT
Re: Open Sourcing DOS 4
#8Re: Open Sourcing DOS 4
#9Holy cow, this is huge! DOS 1.x and 2.x are too old to run a lot of vintage DOS software, but 4.x would run just about everything.
Are there specific parts of the DOS API that existing emulators like DOSBOX don't handle accurately enough? I don't understand if this source can be usefully integrated into modern DOS preservation projects.
Re: Open Sourcing DOS 4
#10I guess now we can finally try to understand what went wrong with the multitasking attempt.
People who just wanted mutitasking DOS had DesqView and ... "concurrent"? was it? i forget.
I wrote TSR's that snatched cycles off the timer interrupt and rode 21h for opportunity to flush buffers to/from disk.