Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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