Add PC speaker driver and connect it to '\a' in the VGA console.
[pintos-anon] / src / Makefile.build
2008-11-10 Ben PfaffAdd PC speaker driver and connect it to '\a' in the...
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-23 Ben PfaffRTC support.
2006-11-10 Ben PfaffAlso clean results, grade.
2006-11-10 Ben PfaffAlso clean bochsout.txt, bochsrc.txt.
2006-10-05 Ben PfaffMake Pintos able to build with "gcc -m32" on x86-64...
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-12 Ben PfaffAlign comments.
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
2004-11-03 Ben PfaffUse "&& mv $@.tmp $@" for threads/intr-stubs.S.
2004-10-19 Ben PfaffAllow cpp to remove comments when producing kernel...
2004-09-21 Ben PfaffAdd VM makefiles.
2004-09-20 Ben PfaffRename addrspace to process.
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.