Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eersoy93/os93

My second attempt OS from scratch
https://github.com/eersoy93/os93

assembly bootloader c kernel nasm os-development osdev

Last synced: 10 days ago
JSON representation

My second attempt OS from scratch

Awesome Lists containing this project

README

        

# OS93
My second attempt OS from scratch.

Written with the help of ChatGPT and GitHub Copilot.

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

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

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

make run

## Copyright and License
Copyright (c) 2024 Erdem Ersoy (eersoy93). Licensed with MIT license.

See COPYING for full license text.