This commit is contained in:
Jane Roxanne 2019-09-10 22:24:33 -05:00
parent c012911f36
commit 812e1fb745
4 changed files with 17 additions and 8 deletions

View File

@ -1,8 +1,7 @@
; This module simply loads files.
; It registers both an internal and
; external library.
; This module displays the all-important boot menu.
; This is basically the same as Zorya v1.x
[ZORYA_MOD]
name=loadfile
name=Boot Menu
modver=1.0
minver=2.0
maxver=*

View File

@ -1,8 +1,7 @@
; This module simply loads files.
; It registers both an internal and
; external library.
; This module is used to load OpenOS and compatible
; opperating systems.
[ZORYA_MOD]
name=loadfile
name=OpenOS Loader
modver=1.0
minver=2.0
maxver=*

View File

@ -0,0 +1,2 @@
# Unmanage FS API
## TODO: Write API spec.

View File

@ -0,0 +1,9 @@
; This module is actually OSDI, but it also provides the base for
; an unmanaged FS. See the embeded MANUAL.md file.
[ZORYA_MOD]
name=Unmanaged FS
modver=1.0
minver=2.0
maxver=*
author=Adorable-Catgirl
url=https://github.com/Adorable-Catgirl/Zorya-NEO