Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eersoy93/os93
- Owner: eersoy93
- License: mit
- Created: 2024-11-30T10:24:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T15:29:51.000Z (about 1 month ago)
- Last Synced: 2024-12-21T01:07:36.495Z (10 days ago)
- Topics: assembly, bootloader, c, kernel, nasm, os-development, osdev
- Language: Assembly
- Homepage:
- Size: 8.79 KB
- Stars: 3
- 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
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.