Procházet zdrojové kódy

Added boot to ramfs. But one needs to type 'k8cpu' harcoded as in k8cpujson for awk parser, so is not portable between architectures until we drop awk and put out of our json files.

Elbing před 9 roky
rodič
revize
1478940ab2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      sys/src/9/k10/core.json

+ 1 - 1
sys/src/9/k10/core.json

@@ -1,6 +1,6 @@
 {
 {
     "Name": "core",
     "Name": "core",
-    "Projects": ["clean.json", "inith.json"],
+    "Projects": ["clean.json", "inith.json", "../boot/bootconf.json"],
     "SourceFiles":[
     "SourceFiles":[
 	"entry.S",
 	"entry.S",
 	"vsvm.c",
 	"vsvm.c",