|
4 weeks ago | |
---|---|---|
.build | 1 month ago | |
.buildactions | 1 month ago | |
docs | 10 months ago | |
installer_dat | 1 month ago | |
ksrc | 8 months ago | |
lib | 1 month ago | |
mods | 4 weeks ago | |
src | 1 month ago | |
util | 7 months ago | |
utils | 1 month ago | |
.gitignore | 10 months ago | |
Makefile | 1 month ago | |
README.md | 10 months ago | |
build.lua | 7 months ago | |
build.sh | 1 month ago | |
luabuild.lua | 1 month ago | |
release.lua | 9 months ago |
Zorya NEO is the successor to the Zorya 1.x series of BIOS+Bootloaders for OpenComputers. It's design is now much more modular and extendable.
Grab the latest release. Install the BIOS before the utilities. The install is self-extracting. Don't download the tsar.
Edit /.zy2/cfg.lua or use the OpenOS config generator.
krequire("thd")
)krequire("util_tsar")
)krequire("util_cpio")
)krequire("util_urf")
)krequire("util_romfs")
)krequire("net_minitel")
)krequire("util_vcomponent")
)loadmod("util_oefiv1")
)loadmod("util_oefiv2")
)loadmod("loader_openos")
)loadmod("loader_fuchas")
)loadmod("vdev_vbios")
)loadmod("util_searchpaths")
)loadmod("vdev_biosdev")
)loadmod("vfs")
)loadmod("menu_classic")
)There's not really a hard difference. But libraries shouldn't load modules. Modules can load libraries, though.