os/README.md
2024-05-21 18:48:53 +03:00

575 B

Simple OS implementation

Just a simple OS implementation in C. For educational purposes only.

Requirements

  • GCC Cross-Compiler
  • QEMU

How to run

  • make
  • qemu-system-i386 -cdrom deados.iso

Features

  • Bootloader
  • Kernel
  • VGA Driver
  • Keyboard Driver
  • Shell
  • Basic commands
  • Timers
  • Interrupts
  • Kernel Extensions handling
  • [] Memory Management
  • [] File System
  • [] User Space
  • [] Syscalls
  • [] stdlib

Screenshot:

image