diff options
author | Ben Burwell <bburwell1@gmail.com> | 2015-04-01 21:11:37 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2015-04-01 21:11:37 -0400 |
commit | 16fc3bdd9f085b4db26f082afb7ee0126e8868f9 (patch) | |
tree | bafcc183b1abfd446127b9e40054658af5cfda9c | |
parent | ddbda1d56b2982b599c628402318f08f3b789323 (diff) |
Hopefully correct the link that GitHub apparently makes automatically
-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). |