Skip to content

well-mannered-goat/PingOS

Repository files navigation

PingOs

A minimal x86 operating system built from scratch, focused on core systems and a custom network stack.

Goals

  • Bootloader
  • Global Descriptor Table (GDT)
  • Interrupt Descriptor Table (IDT)
  • Paging
  • Custom network stack

Build Instructions

Requires i686-elf cross-compiler, nasm, grub-mkrescue, and qemu.

# Build the kernel
./build.sh

# Create bootable ISO
./iso.sh

# Run in QEMU
./qemu.sh

# Clean build artifacts
./clean.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors