nhynes / whirlwind-os

A simple, proto-os written in Intel assembly and made for x86 processors (no _64)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whirlwind-os

A simple, proto-os written in Intel assembly. Made for x86 processors (no _64)

Features: bootloader (gale), kernel (storm) - protected mode (32/64 bit), text-mode graphics, paging+virtual memory, interrupts, memory manager - (s)brk(), malloc() for allocations of < 1 page-memory manager headers, the beginnings of free()

About

A simple, proto-os written in Intel assembly and made for x86 processors (no _64)

License:Other