FirowMD / StringOS

Bootloader and kernel with few number of string-relative commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

make all

About

Bootloader and kernel with few number of string-relative commands


Languages

Language:C++ 87.4%Language:Assembly 10.7%Language:Makefile 1.9%