Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
/ OS93 Public archive

My second attempt OS from scratch (archived, see adminekspi profile)

License

Notifications You must be signed in to change notification settings

eersoy93/OS93

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: New Actual Repo Link

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.