- Aug 29, 2011
-
-
Austin Clements authored
-
- Aug 24, 2011
-
-
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
2011
-
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
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)
-
- Aug 07, 2011
-
-
Frans Kaashoek authored
All tests pass
-
- Jul 31, 2011
-
-
Frans Kaashoek authored
Passes all tests now (but need to update usertests to allow for more than 640k)
-
- Jul 29, 2011
-
-
Frans Kaashoek authored
Very important to give qemu memory through PHYSTOP :(
-
- Feb 19, 2011
-
-
Russ Cox authored
-
- Jan 11, 2011
-
-
Russ Cox authored
-
Russ Cox authored
Variable declarations at top of function, separate from initialization. Use == 0 instead of ! for checking pointers. Consistent spacing around {, *, casts. Declare 0-parameter functions as (void) not (). Integer valued functions return -1 on failure, 0 on success.
-
- Sep 27, 2010
-
-
Robert Morris authored
usertest that passes too many arguments, break exec
-
- Sep 20, 2010
-
-
Robert Morris authored
-
- Sep 13, 2010
-
-
Robert Morris authored
delete most comments from bootother.S (since copy of bootasm.S) ksegment() -> seginit() move more stuff from main() to mainc()
-
- Sep 02, 2010
-
-
Austin Clements authored
Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This makes their interface match up better with proc->sz and also simplifies the callers (it even gets the main body of exec on one page).
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
Rearrange vm.c so it's in logical order and prints nicely. Shorten a few functions in uninteresting ways to make them fit.
-
Austin Clements authored
-
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.
-
- Aug 31, 2010
-
-
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
-
Robert Morris authored
do not keep sorted contiguous free list
-
- Aug 30, 2010
-
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
- Aug 11, 2010
-
-
Robert Morris authored
increase PHYSTOP
-
- Aug 10, 2010
-
-
Robert Morris authored
-
- Aug 06, 2010
-
-
Robert Morris authored
put an invalid page below the stack have fork() handle invalid pages
-
- Aug 05, 2010
-
-
Robert Morris authored
find out the hard way why user and kernel must have separate segment descriptors
-
Robert Morris authored
fix corner cases with alignment when mapping kernel ELF file
-