1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-05-04 15:15:48 +00:00

I've got a few system calls working: open, close, write, exit along with the

instructions dac, lac, iot and hlt. I can print Hello, world\n, yay!
This commit is contained in:
Warren Toomey
2016-02-25 18:12:57 +10:00
parent a6f220b570
commit b463500f37
2 changed files with 178 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
git config remote.origin.url https://DoctorWkt@github.com/DoctorWkt/pdp7-unix.git
to cache my Github username
git config --global user.name "Warren Toomey"
git config --global user.email wkt@tuhs.org