From 21a88fd487177841c882d9017bd9f4476801c6f6 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Thu, 22 Jun 2006 01:28:57 +0000 Subject: checkpoint. booting second processor. stack is messed up, but thanks to cliff and plan 9 code, at least boots and gets into C code. --- param.h | 1 + 1 file changed, 1 insertion(+) (limited to 'param.h') diff --git a/param.h b/param.h index 798dc5b..0a931d9 100644 --- a/param.h +++ b/param.h @@ -1,3 +1,4 @@ #define NPROC 64 #define PAGE 4096 #define KSTACKSIZE PAGE +#define NCPU 8 -- cgit v1.2.3