uptime() sys call for benchmarking

increase PHYSTOP
This commit is contained in:
Robert Morris 2010-08-11 14:34:45 -04:00
parent 83d2db91f7
commit 789b508d53
9 changed files with 47 additions and 9 deletions

2
defs.h
View file

@ -142,7 +142,7 @@ void timerinit(void);
// trap.c
void idtinit(void);
extern int ticks;
extern uint ticks;
void tvinit(void);
extern struct spinlock tickslock;