Skip to content

SwoleDuck/SimpleOS

 
 

Repository files navigation

SimpleOS

A simple DOS like OS made in Assembly and C.

Build

Run sh run.sh.

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 qemu-system-x86_64 iso/MyOS.iso.

Source

The source is in the src Folder

Goals

Not nessecarily in order

  • Own Bootloader
  • Filesystem
    • ext2
      • Read Superblock
      • Read Files
      • Write
    • Fat32
  • GUI

Community

https://discord.gg/ymMAcmVV

About

Operating System Coded in Assembly and C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.2%
  • Assembly 7.0%
  • Makefile 4.1%
  • Shell 2.6%
  • Batchfile 0.1%