Parcourir la source

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 il y a 9 ans
Parent
commit
1478940ab2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",