https://github.com/arawn-davies/untitled-os
wip
https://github.com/arawn-davies/untitled-os
operating-system-kernel osdev
Last synced: 4 months ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/arawn-davies/untitled-os
- Owner: Arawn-Davies
- Created: 2019-08-25T21:46:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T00:44:55.000Z (about 1 year ago)
- Last Synced: 2025-03-12T05:44:04.743Z (11 months ago)
- Topics: operating-system-kernel, osdev
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOYU OS
As-Of-Yet-Untitled OS
Just another OS kernel made using the i686-elf-gcc cross compiler (Compiled using [Quick-i686](https://github.com/Arawn-Davies/quick-i686))
Currently done:
Serial
IDT
GDT
GRUB + Multiboot
TTY (Printing to screen)