Skip to content

Releases: itravers/PanicOS

PanicOS Version 0.0.6

15 Oct 19:55

Choose a tag to compare

PanicOS Version 0.0.6 Pre-release
Pre-release

Replaced the InitRD ramdisk from James Molloys tutorial with my own
that supports sub-directories.

PanicOS Version 0.0.5

12 Oct 19:35

Choose a tag to compare

PanicOS Version 0.0.5 Pre-release
Pre-release

Features

*GDT & IDT tables properly setup.
*Interrupt Requests & Service Routines Working (IRQ's & ISRS's)
*Protected Mode
*Simple Keyboard Driver
*Simple TTY Driver
*Simple Shell
*Simple Memory Management
*Paging
*Initial Ramdisk Setup and Working (initrd)
*Basic Serial Driver for debugging purposes
*Basic Multitasking - forking works

PanicOS Version 0.0.4

07 Oct 18:10

Choose a tag to compare

PanicOS Version 0.0.4 Pre-release
Pre-release

Features

*GDT & IDT tables properly setup.
*Interrupt Requests & Service Routines Working (IRQ's & ISRS's)
*Protected Mode
*Simple Keyboard Driver
*Simple TTY Driver
*Simple Shell
*Simple Memory Management
*Paging
*Initial Ramdisk Setup and Working (initrd)
*Basic Serial Driver for debugging purposes