Skip to content

AtieP/FutureDOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FutureDOS

Build Status
A Disk Operating System from the Future

FutureDOS

Discord Server: https://discord.gg/F2QMxa5

Status

Pre-alpha

Features

  • Custom CGA driver
  • Custom keyboard driver
  • Custom error handlers
  • Made to be run on any IBM PC compatible computer

Build instructions

You need to install NASM. Then, run make build; the build process uses Linux's loopback mounting facilities, so you might need to insert your sudo password. There is currently no known way on how to build this on Windows without WSL2.

Run instructions

There are two ways:

  • Recommended: Using QEMU. Install it and then run make run.
  • Not recommended: Running the OS in a real PC-compatible computer.

Disclaimer

I am not responsible for any damages caused by this OS, but it should be safe.