pcmos386v501
pcmos386v501 copied to clipboard
PC-MOS/386 v5.01 and up, including cdrom driver sources.
when I merged #72 splint generated a few warnings. I'll add the issue that we should use lint-checkers against the code in the future and fix the warnings we encounter....
I noticed a strange behaviour of the filenameparser. Examples: [C:\] copy a:*TASK* -> 0 files copied (wrong) [C:\] copy a:addtask* -> 0 files copied (wrong) [C:\] copy a:*.* -> everything...
I did some experiments a few weeks ago in a test branch with Gnu Make. I find the make currently used on the project somewhat basic, particularly around escaping of...
`SOURCES/src/MAKEMOS.BAT` includes the following code (as at 2d19bc1): ren __*.* $$*.* ren _*.* $*.* When running under DOSBox 0.74, these lines result in the following errors being reported: This is...