vampyre
05-23-2008, 01:51 PM
Hi all.
I'm writing my own operating system for the prop, called PorthOS. Its basically a plagiarized version
of propDOS by OBC, and at the moment very similar to it, with only a couple of differences. Many thanks
to OBC , Mike Green and Paul H for their permission to use their code.
Current features:
*a few dos commands (dir, erase, type, cls, help, ver, copy)
*error checking with the delete file command
*uses standard TV text object by parallax instead of the small fonts, which is good or bad,
depending on how good your eyesight is. mine is terrible, which is why i wanted
something easy to read.
*the HELP command lists all valid commands, which is handy for those with bad memory
*to launch a binary, simply type its name with or without the extension
*a slow but working Copy command <-- new
*.bat batch file suppport <-- new
*command line argument passing <-- new
Future plans:
config file so apps know what hardware is installed and where. maybe i'll get smart and figure out a way to utilize dynamic drivers
please download and enjoy and let me know if you find any bugs or
want to see some feature implemented.
Post Edited (vampyre) : 5/25/2008 10:41:12 AM GMT
I'm writing my own operating system for the prop, called PorthOS. Its basically a plagiarized version
of propDOS by OBC, and at the moment very similar to it, with only a couple of differences. Many thanks
to OBC , Mike Green and Paul H for their permission to use their code.
Current features:
*a few dos commands (dir, erase, type, cls, help, ver, copy)
*error checking with the delete file command
*uses standard TV text object by parallax instead of the small fonts, which is good or bad,
depending on how good your eyesight is. mine is terrible, which is why i wanted
something easy to read.
*the HELP command lists all valid commands, which is handy for those with bad memory
*to launch a binary, simply type its name with or without the extension
*a slow but working Copy command <-- new
*.bat batch file suppport <-- new
*command line argument passing <-- new
Future plans:
config file so apps know what hardware is installed and where. maybe i'll get smart and figure out a way to utilize dynamic drivers
please download and enjoy and let me know if you find any bugs or
want to see some feature implemented.
Post Edited (vampyre) : 5/25/2008 10:41:12 AM GMT