Commit Graph
17 Commits
Author SHA1 Message Date
Warren Toomey 098c8a9e28 I've split the cmd and others Makefile rules out to individual utility rules,
so that we don't keep building binaries for sources that have not changed.
2016-03-21 06:51:00 +10:00
Tom Everett 5335bbd195 added copybinaries so that we can distributed binaries via github 2016-03-20 12:46:55 -06:00
Warren Toomey acf853d1a3 I changed the Makefiles so that I could make run without rebuilding
everything. This is mainly because I often boot the system several times
in a row when debugging, and I didn't want to have to build everything
just to reboot the system :-)
2016-03-20 20:55:43 +10:00
Warren Toomey f1629e9891 A few discrepancies fixed up. 2016-03-20 20:49:03 +10:00
Tom Everett 41f266b4a9 added trysys and maksys to the build 2016-03-19 21:28:10 -06:00
Tom Everett f94cb56872 parameterized pdp7 2016-03-19 19:24:24 -06:00
Tom Everett d0970436dd removed duplicate build instruction 2016-03-19 19:21:37 -06:00
Tom Everett 9149bf9d47 fixed tests 2016-03-19 19:19:58 -06:00
Tom Everett c9d394642b moved the location of bin and test 2016-03-19 19:11:30 -06:00
Tom Everett 514ff1057a fixed typo, can now make run from root 2016-03-19 19:02:11 -06:00
Tom Everett 38dcd9256e makefile 2016-03-19 19:00:31 -06:00
Tom Everett 3456d6517e makefile updates 2016-03-19 18:55:32 -06:00
Warren Toomey 520478a3e4 I moved most of the building code into the build/Makefile. 2016-03-20 09:14:47 +10:00
Warren Toomey 77c30047e9 Get the build Makefile to output a kernel symbol table. 2016-03-14 16:51:25 +10:00
Warren Toomey 8b421eb27b I've commited a change to as7 to use the C pre-processor. Not sure if it's
to everybody's taste.
2016-03-13 21:08:43 +10:00
Warren Toomey bfeb833141 Added sdump tool, added a coldboot option to build/Makefile, added a few
kernel comments.
2016-03-11 16:00:10 +10:00
Warren Toomey 947d44a681 I've used Phil's instructions to set up a build area with a Makefile.
You can run make build from the top to build things.
2016-03-10 17:02:46 +10:00