Zorya NEO BIOS and Bootloader
Go to file
Jane Roxanne f5d18e6dbe Added a new utility. 2020-03-22 00:27:43 -05:00
installer_dat VFS time 2020-03-12 16:01:05 -05:00
ksrc VFS time 2020-03-12 16:01:05 -05:00
lib CPIO fixes, readmes 2020-03-15 11:43:42 -05:00
mods CPIO fixes, readmes 2020-03-15 11:43:42 -05:00
src Yea, Luamin was not happy at all. 2020-03-19 16:13:20 -05:00
util Added a new utility. 2020-03-22 00:27:43 -05:00
utils Zorya utils. tsar initramfs. 2020-03-19 15:50:37 -05:00
.gitignore Added a new utility. 2020-03-22 00:27:43 -05:00
Makefile Oh yeah, big stuff. 2020-01-08 23:01:35 -05:00
README.md read it 2020-01-08 23:18:42 -05:00
release.lua Added a new utility. 2020-03-22 00:27:43 -05:00

README.md

Zorya NEO

What is Zorya NEO?

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.

How do I begin?

wait till it's stable and i release a zorya-neo-installer cpio

How do I configure it?

Edit /.zy2/cfg.lua

What modules/libraries are included by default?

  • Microtel (krequire "net_minitel")
  • Zorya LAN Boot 2.0 (krequire "util_zlan")
  • Classic Zorya Menu (loadmod "menu_classic")
  • Threading library (krequire "thd")
  • Virtual Devices library (loadmod "util_vdev")