- Aug 15, 2011
-
-
Frans Kaashoek authored
-
- Aug 09, 2011
-
-
Frans Kaashoek authored
-
- 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.
-
- Jul 02, 2010
-
-
Frans Kaashoek authored
-
- Aug 30, 2009
-
-
Russ Cox authored
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
-
- Mar 08, 2009
-
-
rsc authored
-
- Nov 28, 2007
-
-
rsc authored
bda[0xE] is a 16-bit segment number, not a real address. So shift 4. Reported by Silas. Jim McKie says this code only matters on ancient EISA MP systems.
-
- Aug 28, 2007
- Aug 27, 2007
- Aug 24, 2007
-
-
rsc authored
-
- Sep 08, 2006
- Sep 07, 2006
-
-
rsc authored
-
- Sep 06, 2006
- Aug 29, 2006
-
-
rtm authored
-
- Aug 08, 2006
-
-
rtm authored
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files
-
- Aug 04, 2006
-
-
kaashoek authored
ioapic
-
- Jul 20, 2006
-
-
rtm authored
-
- Jul 16, 2006
- Jul 12, 2006
- Jul 11, 2006
-
-
rtm authored
succeeds at usertests.c pipe test
-