Skip to content

Releases: Menotdan/DripOS

v0.0100-alpha

08 Jul 14:44

Choose a tag to compare

v0.0100-alpha Pre-release
Pre-release

lol Finally version 0.01. Userspace mode works correctly (mostly) and you can make apps if you have the toolchain. I have to actually commit the toolchain first, but its cool.

C program execution!

22 Jun 01:43

Choose a tag to compare

C program execution! Pre-release
Pre-release

this release can run C programs in userspace (there are still tons of assumptions at kernel boot though)

Alpha release (we are actually getting somewhere lol)

29 Mar 13:25
38dc95c

Choose a tag to compare

v0.0020-alpha

Update README.md

Keyboard fix, time, Background task demo!

01 Dec 02:01
efd0ecf

Choose a tag to compare

Changes:
Fixed a bug where the keyboard driver was very glitchy(Mostly fixed, works much better than before)
Added CMOS RTC support(Maybe inaccurate sometimes)
Added a background task that displays PIT timer ticks in the top left corner

Beep Boop Bop With COLOR

24 Nov 13:22

Choose a tag to compare

Pre-release

New logo, added sound(YAY), an attempt at fixing the keyboard, fixed the file structure of the source, and many more new features! Also releasing kernel and boot loader as separate binaries!

To load the OS use:

qemu-system-i386 -soundhw pcspk -device isa-debug-exit,iobase=0xf4,iosize=0x04 -fda os-image.bin

Capital letters

04 Nov 13:17

Choose a tag to compare

Capital letters Pre-release
Pre-release

Added support for capital letters. Press Shift once to enagage capitals and shift again to stop capitals

DripOS v0.001 with a basic shell

03 Nov 13:09
ab5c5fe

Choose a tag to compare

Pre-release

Not much here