*** empty log message ***

This commit is contained in:
Jorrit Herder
2005-07-19 15:01:47 +00:00
parent b3a28466bb
commit 1d7bdd4ab1
11 changed files with 17 additions and 36 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
#include "kernel.h"
#include "protect.h"
#include "proc.h"
#include <stdlib.h>
FORWARD _PROTOTYPE( char *get_value, (_CONST char *params, _CONST char *key));
@@ -64,7 +65,7 @@ U16_t parmoff, parmsize; /* boot parameters offset and length */
kinfo.kmem_size = (phys_bytes) &end;
/* Processor? 86, 186, 286, 386, ... */
machine.processor=katoi(get_value(params, "processor"));
machine.processor=atoi(get_value(params, "processor"));
/* Decide if mode is protected for older machines. */
#if _WORD_SIZE == 2