DEADSOFTWARE

Kernel: fix kernels compilation and processor types
[cpc.git] / src / native / linux / 486 / System / Mod / Kernel.cp
index 89d2ffd7c5792b93d26a46d193d0dfef99c82e82..637c06de556b8b9b8a598f5a9f66b9d888e62519 100644 (file)
@@ -15,7 +15,7 @@ MODULE Kernel;
     littleEndian* = TRUE;
     timeResolution* = 1000; (* ticks per second *)
 
-    processor* = 1;  (* generic c *)
+    processor* = 10;  (* 486 *)
 
     objType* = "ocf"; (* file types *)
     symType* = "osf";