Răsfoiți Sursa

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 9 ani în urmă
părinte
comite
1478940ab2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      sys/src/9/k10/core.json

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

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