diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ A brief overview of features implemented: To accomplish this, we implemented system requests including requesting input and sending output through COM ports to line printers and dumb terminals. Our process dispatcher uses and round-robin algorithm with configurable process priorities. -Since all of our development was done using the Borland C++ compiler on MS-DOS, we weren't using git at the time, but I've made posthumous commits and tags based on the dates that I made backups of our code. I'm mostly pushing this to GitHub for my own reference/future enjoyment, but it may be interesting to others as well. For more details, a good starting point would be to check out the Technical Manual in [docs/tech/TechMan.pdf](/benburwell/mpx/tree/master/docs/tech/TechMan.pdf). +Since all of our development was done using the Borland C++ compiler on MS-DOS, we weren't using git at the time, but I've made posthumous commits and tags based on the dates that I made backups of our code. I'm mostly pushing this to GitHub for my own reference/future enjoyment, but it may be interesting to others as well. For more details, a good starting point would be to check out the Technical Manual in [docs/tech/TechMan.pdf](/docs/tech/TechMan.pdf). |