Releases: Menotdan/DripOS
v0.0100-alpha
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!
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)
v0.0020-alpha Update README.md
Keyboard fix, time, Background task demo!
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
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
Added support for capital letters. Press Shift once to enagage capitals and shift again to stop capitals
DripOS v0.001 with a basic shell
Not much here