Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

Releases: cryptosbyte/drippleMini

1.0.3-public V1 End Update

01 Mar 14:08

Choose a tag to compare

This will be the final version of v1; as the next commits/updates will be on version 2 instead since we need to install a file system, etc.

What are the current features?

A list of current/new features are...

  • Kernel Memory Allocator
  • Kernel Printing
  • VGA i/o Ports Communication
  • Shell with input
  • CPU Timer
  • Interrupt [detector]

1.0.2-pub Shell Update

28 Feb 14:41

Choose a tag to compare

New features

  • Video Scroll
  • Kernel prints text
  • Shell
    • Halt command, prints out what you input

What's coming soon?

  • Kernel Memory Allocator
  • Bug Fixes
  • Better Makefile file to allow developers to work on towards the OS

drippleMini 1.0.0-public

26 Feb 16:18
ee6fb39

Choose a tag to compare

First initial release

What's here?

  • Nothing much...
  • Allows OS image file to be runned by QEMU

What's coming soon?

  • Input from user [hopefully]