mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-27 12:48:07 +11:00
Tweaks.
This commit is contained in:
parent
c012911f36
commit
812e1fb745
@ -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=*
|
||||
|
@ -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=*
|
||||
|
2
src/modules/umanfs/MANUAL.md
Normal file
2
src/modules/umanfs/MANUAL.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Unmanage FS API
|
||||
## TODO: Write API spec.
|
@ -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
|
Loading…
Reference in New Issue
Block a user