An open API service indexing awesome lists of open source software.

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

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