- 2011年 9月 02日 2 次提交
-
-
-
由 Robert Morris 提交于
exec() with arguments that don't fit on a single page.
-
- 2011年 9月 01日 2 次提交
-
-
由 Austin Clements 提交于
-
由 Frans Kaashoek 提交于
-
- 2011年 8月 31日 3 次提交
-
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
- 2011年 8月 30日 4 次提交
-
-
由 Frans Kaashoek 提交于
My changes have a race with re-used bufs and the code doesn't seem to get shorter Keep the changes that fixed ip->off race This reverts commit 3a5fa7ed. Conflicts: defs.h file.c file.h
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
- 2011年 8月 26日 4 次提交
-
-
由 Frans Kaashoek 提交于
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock)
-
由 Robert Morris 提交于
-
由 Frans Kaashoek 提交于
- 2011年 8月 24日 1 次提交
-
-
由 Frans Kaashoek 提交于
-
- 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日 1 次提交
-
-
由 Frans Kaashoek 提交于
-