Просмотр исходного кода

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 лет назад
Родитель
Сommit
1478940ab2
1 измененных файлов с 1 добавлено и 1 удалено
  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",