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
- Host: GitHub
- URL: https://github.com/shangtongzhang/slardaros
- Owner: ShangtongZhang
- Created: 2016-06-29T23:59:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T00:36:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T06:20:29.129Z (9 months ago)
- Language: C++
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`