Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiep/futuredos
A futuristic DOS
https://github.com/atiep/futuredos
asm assembly assembly-language assembly-x86 disk-operating-system dos operating-system x86
Last synced: 2 months ago
JSON representation
A futuristic DOS
- Host: GitHub
- URL: https://github.com/atiep/futuredos
- Owner: AtieP
- License: bsd-3-clause
- Created: 2020-09-10T15:50:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T16:07:35.000Z (about 4 years ago)
- Last Synced: 2024-10-12T20:42:54.053Z (2 months ago)
- Topics: asm, assembly, assembly-language, assembly-x86, disk-operating-system, dos, operating-system, x86
- Language: Assembly
- Homepage: https://futuredos.glitch.me/
- Size: 133 KB
- Stars: 47
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FutureDOS
[![Build Status](https://travis-ci.com/AtieP/dpyjs-bot.svg?branch=master)](https://travis-ci.com/AtieP/dpyjs-bot)
A Disk Operating System from the Future![FutureDOS](https://i.imgur.com/YvTQu9z.png)
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](https://nasm.us/). 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](https://qemu.org/). 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.