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
- Host: GitHub
- URL: https://github.com/firowmd/stringos
- Owner: FirowMD
- Created: 2021-09-14T18:16:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T18:47:14.000Z (over 4 years ago)
- Last Synced: 2025-07-02T21:05:10.708Z (12 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```