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

https://github.com/firowmd/stringos

Bootloader and kernel with few number of string-relative commands
https://github.com/firowmd/stringos

Last synced: 12 months ago
JSON representation

Bootloader and kernel with few number of string-relative commands

Awesome Lists containing this project

README

          

# StringOS
## Usage
In the bootloader you need to choose mode of kernel: 'std' or 'bm'.
In OS to get list of commands enter 'help'.

## Build dependencies
1. Binutils
2. GCC
3. Qemu
4. Make

## Build
```sh
make all
```