Turns out I wasn't building the syscall libraries. Do so.
This commit is contained in:
@@ -18,7 +18,8 @@ installable {
|
||||
"+tools",
|
||||
"+libs",
|
||||
"./include+pkg",
|
||||
["$(PLATIND)/pc86/boot.o"] = "+boot"
|
||||
["$(PLATIND)/pc86/boot.o"] = "+boot",
|
||||
["$(PLATIND)/pc86/libsys.a"] = "./libsys+lib",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
11
plat/pc86/libsys/build.lua
Normal file
11
plat/pc86/libsys/build.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
acklibrary {
|
||||
name = "lib",
|
||||
srcs = {
|
||||
"./*.c",
|
||||
"./*.s",
|
||||
},
|
||||
vars = {
|
||||
plat = "pc86"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user