- Aug 15, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Maybe the string boot shouldn't appear in xv6 code?
-
- 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
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
Maybe not necessary, but don't want to waste time figuring this out again
-
- Jul 29, 2011
-
-
Frans Kaashoek authored
Very important to give qemu memory through PHYSTOP :(
-
- Jul 27, 2011
-
-
Frans Kaashoek authored
Passes usertests and stressfs Seems to recover correctly in a number of simple cases
-
- Jun 24, 2011
-
-
Austin Clements authored
At some point between gcc 4.4 and 4.6, omitting the frame pointer became default if any -O is specified. getcallerpcs relies on the frame pointer, so bring it back.
-
- Feb 19, 2011
-
-
Russ Cox authored
-
- Jan 11, 2011
-
-
Russ Cox authored
-
- Sep 03, 2010
-
-
Austin Clements authored
-
- Aug 31, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
- Aug 30, 2010
-
-
Austin Clements authored
Fix for gdbstub argument change in qemu 0.11. Rename qemu-gdb-nox target to qemu-nox-gdb because you frequently want to add the gdb part, but rarely the nox part.
-
- Aug 05, 2010
-
-
Robert Morris authored
(maybe this never worked, but it works now)
-
- Jul 02, 2010
-
-
Frans Kaashoek authored
-
- Nov 23, 2009
-
-
Austin Clements authored
-
Austin Clements authored
locks were moved around.
-
- Oct 05, 2009
-
-
Austin Clements authored
-
- Sep 30, 2009
-
-
Austin Clements authored
-
- Sep 20, 2009
-
-
Austin Clements authored
-
- Sep 15, 2009
-
-
Silas Boyd-Wickizer authored
-
Silas Boyd-Wickizer authored
-
Silas Boyd-Wickizer authored
-
- Sep 02, 2009
-
-
Russ Cox authored
this time do it ourselves instead of piggybacking on TLS. add -fno-pic to Makefile; pic code breaks our fake TLS.
-
- Sep 01, 2009
-
-
Nickolai Zeldovich authored
-
- Aug 30, 2009
-
-
Russ Cox authored
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
-
- Aug 08, 2009
-
-
Russ Cox authored
pdf has very good page breaks now. would be a good copy for fall 2009.
-
- May 30, 2009
-
-
rsc authored
Some proc cleanup, moving some of copyproc into allocproc. Also, an experiment: use "thread-local" storage for c and cp instead of the #define macro for curproc[cpu()].
-
- Sep 11, 2008
- Aug 20, 2008
-
-
rsc authored
-
- Sep 19, 2007
-
-
nelhage authored
-
- Sep 17, 2007
-
-
nelhage authored
-
- Aug 30, 2007