- Mar 04, 2013
-
-
Stephen Tu authored
copyuvm() should not allow new copied pages to inherit more permissions than the original pages.
-
- Aug 28, 2012
-
-
Robert Morris authored
-
- Aug 22, 2012
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
- Sep 13, 2011
-
-
Robert Morris authored
-
Robert Morris authored
-
- Sep 02, 2011
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
- Sep 01, 2011
-
-
Austin Clements authored
Previously, deallocuvm scanned from 0 to KERNBASE in one page increments, which had a noticable effect on boot time. Now it skips over missing page directories.
-
Robert Morris authored
-
Robert Morris authored
exec() with arguments that don't fit on a single page.
-
Frans Kaashoek authored
-
- 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.
-