graph
- started work on the filesystem2011-12-09, by John Tsiombikas
- starting the filesystem2011-12-08, by John Tsiombikas
- - added the partition table parsing code2011-12-08, by John Tsiombikas
- implementing ata read2011-12-07, by John Tsiombikas
- implementing ata read/write2011-12-07, by John Tsiombikas
- changed mkdiskimg to make partitioning work on freebsd2011-12-07, by John Tsiombikas
- foo2011-12-07, by John Tsiombikas
- foo2011-12-06, by John Tsiombikas
- added decimal digits to the disk size output2011-12-06, by John Tsiombikas
- foo2011-12-06, by John Tsiombikas
- fixed the "endianess" of the text messages in the ATA identify info block. this2011-12-06, by John Tsiombikas
- silenced a warning about a missing prototype in panic.c2011-12-06, by John Tsiombikas
- of course I forgot to actually add the new files... every fucking time...2011-12-06, by John Tsiombikas
- - started writing disk/ata code2011-12-06, by John Tsiombikas
- holy fuck, copy_on_write didn't actually do the copy!!!!2011-11-05, by John Tsiombikas
- testing of the exit syscall2011-10-15, by John Tsiombikas
- fixed cleanup_vm to avoid cleaning up kernel pages2011-10-15, by John Tsiombikas
- fixed a potential null dereference when deleting a bug in the redblack tree2011-10-15, by John Tsiombikas
- - implemented syscalls: exit, waitpid, getppid2011-10-15, by John Tsiombikas
- changed test_proc to modify memory after the fork in order to try out copy-on-write,2011-10-13, by John Tsiombikas
- added a comment in clone_vm2011-10-12, by John Tsiombikas
- ok I *think* i've fixed it now2011-10-12, by John Tsiombikas
- - added a generic red-black tree data structure2011-10-10, by John Tsiombikas
- added strcmp2011-10-09, by John Tsiombikas
- ops, forgot the -m in -m elf_i386 ld arg2011-10-06, by John Tsiombikas
- changed the makefile to only pass "emulation" (-m32 -melf_i386) only when not2011-10-05, by John Tsiombikas
- forgot to handle the cow argument to clone_vm2011-08-17, by John Tsiombikas
- added errno.h in klibc2011-08-17, by John Tsiombikas
- added a comment in the tss showing the interesting bits2011-08-17, by John Tsiombikas
- removed the unimplemented exit syscall2011-08-17, by John Tsiombikas
- fixed the comments in test_proc.S2011-08-17, by John Tsiombikas