https://github.com/arogov-com/x86-os
Simple x86 operating system
https://github.com/arogov-com/x86-os
assembler c os os-dev x86
Last synced: 3 months ago
JSON representation
Simple x86 operating system
- Host: GitHub
- URL: https://github.com/arogov-com/x86-os
- Owner: arogov-com
- License: bsd-3-clause
- Created: 2023-08-24T12:29:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T09:52:38.000Z (11 months ago)
- Last Synced: 2025-03-29T14:41:44.874Z (6 months ago)
- Topics: assembler, c, os, os-dev, x86
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x86-os
Hobby OS project for experiments in operating system development# Implemented features:
- It loads!
- Switchable virtual terminal
- Keyboard
- GDT
- IDT (exceptions and interrupts handling)
- System calls
- Multitasking with round-robin
- Paging
- Memory management with kealloc/kefree# Build dependencies:
- gcc
- make
- grub
- xorriso
- qemu
- bochs