FloppaOS
Copyright Amar Djulovic 2024
Feature Overview:
- Simple and lightweight command line operating system
- Custom command line scripting language (fshell)
- Memory handler
- VGA text mode and graphics (graphics in progress)
- Task handler
- Basic file system
Goals
- Run on low hardware requirements
- Make completely from scratch
- Uniqueness factor
- Thorough documentation
- Focus on security through cryptography
- Low operating system size
- Unique file system with permissions (not POSIX)
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