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

https://github.com/xing1357/simpleos

Operating System Coded in Assembly and C
https://github.com/xing1357/simpleos

assembly c filesystem fs kernel operating-system operating-system-kernel os os-kernel shell simple-kernel simple-operating-system simple-os vfs

Last synced: 7 months ago
JSON representation

Operating System Coded in Assembly and C

Awesome Lists containing this project

README

          

# SimpleOS
A simple DOS like OS made in Assembly and C.

## Build
Run with `make all`.

## Run
To run the OS, you can download VM software.
The iso Image is in the `iso` folder.
Reccomended:
- [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
- [VMware](https://my.vmware.com/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_fusion/12_0)
- [QEMU](https://www.qemu.org)

### Running with VMWARE/Virtualbox
To run with this, simply insert the iso image, and make sure to chose the `other` option.

### Running with qemu
Run with `make run`.

## Source
The source is in the `src` Folder