From 56170cff84a3d9565b4a65c85fb50f8a82226d15 Mon Sep 17 00:00:00 2001 From: Jane Roxanne Date: Wed, 8 Jan 2020 23:18:42 -0500 Subject: [PATCH] read it --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c62a63 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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"`) + +
\ No newline at end of file