- Sep 02, 2010
-
-
Austin Clements authored
-
- Sep 01, 2010
-
-
Austin Clements authored
Slight simplification of copyuvm. We could simplify other things now that processes are contiguous, but we'd have to think harder about the error paths.
-
Austin Clements authored
Remove the stack guard page. Processes are now contiguous from 0 to proc->sz, which means our syscall argument validation is correct. Add a pointer validation test and remove the stack test, which tested for the guard page.
-
- Aug 31, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Robert Morris authored
-
Austin Clements authored
-
Austin Clements authored
Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads.
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files.
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
We don't use lesp/lebp and using them at all from C would be fraught with peril. Keep resp/rebp, but fix their code style.
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Robert Morris authored
kinit() knows about end and PHYSTOP map all of kernel read/write (rather than r/o instructions) thanks, austin
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Robert Morris authored
do not keep sorted contiguous free list
-
- Aug 30, 2010
-
-
Robert Morris authored
-
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.
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-