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

https://github.com/shangtongzhang/slardaros

My toy OS from 0x7C00
https://github.com/shangtongzhang/slardaros

Last synced: 8 months ago
JSON representation

My toy OS from 0x7C00

Awesome Lists containing this project

README

          

# SlardarOS
>Just a toy OS

## Features:
* support STL container
* support C++14
* bootloader
* virtual memory
* interruption
* privilege level switch
* mutil-processes (in progress)

## Dependency:
* nasm >= 0.98
* qemu >= 2.9.0
* gcc >= 4.8.1 (cross-compiler)
* OS X EL Capitan (only support os x for now)

## Usage:
* `make qemu` or
* `make debug`