- Aug 26, 2011
-
-
Frans Kaashoek authored
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock)
-
- Jul 23, 2010
-
-
Frans Kaashoek authored
passes all tests on two-processor smp
-
- Dec 01, 2009
-
-
Frans Kaashoek authored
-
- May 30, 2009
- Mar 08, 2009
-
-
rsc authored
-
- Aug 27, 2007
- Aug 24, 2007
- Aug 21, 2007
-
-
rsc authored
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument
-
- Aug 14, 2007
-
-
rsc authored
-
- Aug 08, 2007
-
-
rsc authored
-
- Sep 07, 2006
- Sep 06, 2006
- Aug 30, 2006
-
-
rtm authored
lots of cleanup
-
- Aug 12, 2006
- Aug 10, 2006
-
-
rtm authored
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
-
- Aug 06, 2006
- Aug 04, 2006
-
-
kaashoek authored
ioapic
-
- Jul 29, 2006
-
-
rtm authored
-
- Jul 21, 2006
-
-
rtm authored
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1
-