xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2d7d2b18cf5f1a565458574323e6f5b3bd6352a3
parent 9e82bfb04cc5644f32823fa9ec406261f05073b8
Author: rsc <rsc>
Date:   Tue, 28 Aug 2007 04:41:20 +0000

rename 8253pit -> timer

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,4 @@ OBJS = \ - 8253pit.o\ bio.o\ console.o\ exec.o\ @@ -21,6 +20,7 @@ OBJS = \ syscall.o\ sysfile.o\ sysproc.o\ + timer.o\ trapasm.o\ trap.o\ vectors.o\