Skip to content

Bootable emulator for the Dawn Operating System for x86.

License

Notifications You must be signed in to change notification settings

lowlevelmemes/subleq-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9794898 · Jan 24, 2025

History

57 Commits
Dec 12, 2020
Nov 13, 2024
Jan 24, 2025
Mar 1, 2018
Nov 30, 2020
Mar 1, 2023
Oct 24, 2018

Repository files navigation

Quick readme on how to build:

  - Get a x86_64 gcc+binutils toolchain and add it to your path.
    Your system GCC will be more than enough if you're using a
    64 bit x86 OS.

  - Get nasm.

  - Get the latest Dawn ZIP from http://users.atw.hu/gerigeri/DawnOS/download.html
    Extract and move the Dawn directory to the root of the repo.

  - Run "make run" in the root of the repository tree. (Needs qemu-system-x86_64 to run).

  - Enjoy.