Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 609 Bytes

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:

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