Skip to content

Delta-Engine/Delta-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta Operating System

A Lightweight Hobby Operating System Designed around the Delta Programming Language. Made by Pranav Verma.

Dependencies

To build and run Delta OS, you need the following tools installed:

  • NASM (Netwide Assembler) - For assembling the bootloader
  • QEMU - For running and testing the OS
  • Make - For building the project

Installing Dependencies

Ubuntu/Debian

sudo apt-get install nasm qemu-system-x86 make

Arch Linux

sudo pacman -S nasm qemu make

macOS

brew install nasm qemu make

Fedora

sudo dnf install nasm qemu-system-x86 make

Building and Running

# Build the bootloader
make build

# Build and run in QEMU
make run

# Show available commands
make help

About

A Hobby Operating System Designed Around the Delta Programming Language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published