Skip to content

Releases: albertarielw/MiniOS

MiniOS v4.0

09 Sep 18:52
Compare
Choose a tag to compare

v4

Now, with simple memory management!

(May not seem too different from v3.0, but now processes can be allocated dynamically!)

MiniOS v3.0

19 Aug 17:25
Compare
Choose a tag to compare
v3

Added Process Management using Round Robin Algorithm!

MiniOS v2.0

09 Jul 11:12
fd7e984
Compare
Choose a tag to compare

v2

Now with C Kernel!

From here on, it is much easier to build since we will be using C instead of x86 and ASM!

MiniOS v1.0

25 Jun 03:38
d3bde8c
Compare
Choose a tag to compare

v1

Simple Bootloader and OS which says "Hello World!"