An open API service indexing awesome lists of open source software.

https://github.com/adminekspi/os93

OS93 New Repository
https://github.com/adminekspi/os93

assembly c development kernel nasm osdev syslinux vga

Last synced: 7 months ago
JSON representation

OS93 New Repository

Awesome Lists containing this project

README

          

# OS93
My second attempt OS from scratch.

Written with the help of ChatGPT and GitHub Copilot.

![OS93 0.0.2 on QEMU](https://raw.githubusercontent.com/adminekspi/OS93/refs/heads/main/media/OS93_0_0_2.png)

# Building and Running
In Pardus 23 (Debian-based), those packages should be installed:

build-essential gcc-i686-linux-gnu nasm qemu-system-x86 mtools syslinux

After installing these packages and cloning this repository, you can build and run with that command:

sudo make run

After testing, you can clean build artifacts and images:

sudo make clean

## Copyright and License
Copyright (c) 2025 Erdem Ersoy (adminekspi). Licensed with MIT license.

See COPYING for full license text.