Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amar454/floppaos
FloppaOS is a free and open source 32 bit operating system.
https://github.com/amar454/floppaos
assembly c-programming kernel operating-system
Last synced: about 1 month ago
JSON representation
FloppaOS is a free and open source 32 bit operating system.
- Host: GitHub
- URL: https://github.com/amar454/floppaos
- Owner: amar454
- License: mit
- Created: 2024-10-23T07:02:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:45:56.000Z (about 1 month ago)
- Last Synced: 2024-11-18T04:36:42.614Z (about 1 month ago)
- Topics: assembly, c-programming, kernel, operating-system
- Language: C
- Homepage:
- Size: 19.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FloppaOS
Copyright Amar Djulovic 2024
## Overview:
* Simple and lightweight command line operating system
* Custom command line scripting language (fshell)
* Built in ASCII art... TBA
* Limited command line 3D capability... TBA
* User accounts... TBA
* Ability to set and encrypt passwords... TBA
* Automatic user folder encryption... TBA
* Basic file system
* Custom application API... TBA
* Bible and Quran programs... TBA
## Usage instructions:
* fshell instructions below
## fshell instructions:
* **list**
* synopsis: `list [options(s)] [dir]`
* description - list files* **create**
* synopsis: `create [options(s)] [filename]`
* description - create a file* **mdkir**
* synopsis `mkdir [options(s)] [dirname]`
* description - create a directory* **write**
* synopsis `write [file]`
* description - write to a file* **remove**
* synopsis: `create [options(s)] [file]`
* description - create a file* **help**
* synopsis: `help`
* description - show commands