- 2011年 8月 23日 2 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
Invoke initlog from forkret on first user process
-
- 2011年 8月 22日 2 次提交
-
-
由 Frans Kaashoek 提交于
- 2011年 8月 20日 1 次提交
-
-
由 Robert Morris 提交于
-
- 2011年 8月 18日 2 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
- 2011年 8月 17日 2 次提交
-
-
由 Frans Kaashoek 提交于
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 提交于
Get rid of last instances of linear address and "la" Get ready for detecting physical memory dynamically
-
- 2011年 8月 16日 9 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
2011
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Austin Clements 提交于
Without this, every write to the console results in log writes.
-
由 Robert Morris 提交于
-
由 Frans Kaashoek 提交于
Maybe the string boot shouldn't appear in xv6 code?
-
- 2011年 8月 13日 1 次提交
-
-
由 Frans Kaashoek 提交于
-
- 2011年 8月 12日 4 次提交
-
-
由 Robert Morris 提交于
usertest for big write()s push begin_trans/commit_trans down into syscalls
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
Remove device mapping from bootpgdir Remove unnecessary vmenable Set CPUS back to 2 in Makefile Passes all usertests
- 2011年 8月 10日 8 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
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 提交于
-
由 Frans Kaashoek 提交于
Maybe not necessary, but don't want to waste time figuring this out again
-
- 2011年 8月 09日 1 次提交
-
-
由 Frans Kaashoek 提交于
-
- 2011年 8月 08日 3 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
All tests pass
-
由 Frans Kaashoek 提交于
-
- 2011年 8月 01日 1 次提交
-
-
由 Frans Kaashoek 提交于
Passes all tests now (but need to update usertests to allow for more than 640k)
-
- 2011年 7月 29日 1 次提交
-
-
由 Frans Kaashoek 提交于
Very important to give qemu memory through PHYSTOP :(
-
- 2011年 7月 28日 2 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
Passes usertests and stressfs Seems to recover correctly in a number of simple cases
-
- 2011年 6月 25日 1 次提交
-
-
由 Austin Clements 提交于
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.
-