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
- Host: GitHub
- URL: https://github.com/adminekspi/os93
- Owner: adminekspi
- License: mit
- Created: 2025-03-05T14:31:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T08:06:58.000Z (7 months ago)
- Last Synced: 2025-03-15T08:24:37.149Z (7 months ago)
- Topics: assembly, c, development, kernel, nasm, osdev, syslinux, vga
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 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.