- Aug 29, 2011
-
-
Austin Clements authored
-
Austin Clements authored
-
- 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)
-
Robert Morris authored
-
- Aug 25, 2011
-
-
Frans Kaashoek authored
-
- Aug 24, 2011
-
-
Frans Kaashoek authored
-
- Aug 22, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Invoke initlog from forkret on first user process
-
- Aug 21, 2011
-
-
-
Frans Kaashoek authored
-
- Aug 19, 2011
-
-
Robert Morris authored
-
- Aug 17, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
- Aug 16, 2011
-
-
Frans Kaashoek authored
Switch back to #define for PHYSTOP. Using the E820 to retrieve the memory map is too complicated (must be done in 16-bit real-mode, probably enlarged bootblock beyond 512 bytes, and a #define requires less explanation).
-
Frans Kaashoek authored
Get rid of last instances of linear address and "la" Get ready for detecting physical memory dynamically
-
- Aug 15, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
2011
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Austin Clements authored
Without this, every write to the console results in log writes.
-
-
Robert Morris authored
-
Frans Kaashoek authored
Maybe the string boot shouldn't appear in xv6 code?
-
- Aug 12, 2011
-
-
Frans Kaashoek authored
-
-
Robert Morris authored
usertest for big write()s push begin_trans/commit_trans down into syscalls
-
Frans Kaashoek authored
-
- Aug 11, 2011
-
-
Frans Kaashoek authored
Remove device mapping from bootpgdir Remove unnecessary vmenable Set CPUS back to 2 in Makefile Passes all usertests
-
- Aug 09, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Allocate proper kernel page table immediately in main using boot allocator Remove pginit Simplify address space layout a tiny bit More to come (e.g., superpages to simplify static table)
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Maybe not necessary, but don't want to waste time figuring this out again
-
- Aug 08, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-