osfree icon indicating copy to clipboard operation
osfree copied to clipboard

osFree - open source Operating System/2 clone, usermode parts.

Results 20 osfree issues
Sort by recently updated
recently updated
newest added

We have our OS/2 personality (OS/2 API implementation prototype) working under L4Env. Though, it is discontinued, outdated for almost 10 years, so we need migrate to more alive environment. L4Env...

Redirection to pipes and devices doesn't work. cmd.exe tries to access /dev/lalala or /pipe/lalala files.

We reused FreeCOM from FreeDOS project as our COMMAND.COM replacement. It compiles well with OpenWatcom, and it starts, but it is unable to find its string resources and quits. So,...

VER /R command reports Revision 0.0.

example ssname="WAVE MIXnMultimedia I/O Service" Works in Warp 4 minstall, but in eCS minstall, requires the "n" be removed.

bin/tools not updated if /tools/scripts file changed. For example. If Iedit /tools/scripts/cdir.cmd, save it. After it make command 'wmake' inbuild system root directory then changed script not copied to /bin/toolsdirectory.

IBM's REXX has a "//t" switch, which, being specified for REXX script,doesn't run it, but tokenizes it. So that, the script is not run, butcompiled. Also, running a script stores...

We need to finish 16-bit functions in REXX.DLL and REXXAPI.DLL. So that, WPS and CMD.EXE could be used with Regina REXX. Also, make it possible to run multiple programs using...

Try creating the *.inf documentation of Regina REXX, instead of an .PDF documentation.

Try to move most Regina REXX messages to a .msg file, and create the help message files, to have commands like "help REXX0YZT" working.

enhancement