Revise makefile structure.
[pintos-anon] / src / Makefile.build
2004-09-20 Ben PfaffRevise makefile structure.
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-16 Ben PfaffInclude constants.h into all source files with a -inclu...
2004-09-15 Ben PfaffAdd rule for refreshing from Makefile.build.
2004-09-14 Ben PfaffDetect x86 systems, use the native tools.
2004-09-13 Ben PfaffUse i386-elf-* tools by default.
2004-09-13 Ben PfaffRewrite filesystem to support Unix "delete" semantics.
2004-09-11 Ben PfaffDo console locking.
2004-09-11 Ben PfaffAdd a little demo/test code for the `threads' project.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.
2004-09-06 Ben PfaffDon't want -DKERNEL_LOAD_PAGES on every kernel.bin...
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.