Close

Project log 2 (16.01.2023)

A project log for MaslOS

A custom os made from almost scratch.

marcelMarcel 01/16/2023 at 20:390 Comments

School was very annoying with a bunch of exams so I didn't do too much EXCEPT for rewriting part of my kernel to work on BIOS systems. (It's not on Github yet and it'll be a massive pain to combine them but I'll do that sometime)

Stuff I recently finished:

Making MaslOS run on BIOS systems and testing it on real hardware. (Works surprisingly well on old laptops xd)


Adding Support for creating/deleting GUI Components.

Adding Window "API" for creating editing and deleting windows.

Stuff I'm currently working on / planning to do: (mostly the same)

Fix some bugs.

Edit MAAL completely so that its like a JAVA or DLL file.

Add Bindings to the GUI Framework so you can make GUI Apps in MAAL.

Maybe updating MAAL so that it has functions.

Stuff which is far away on my Todo:

Making GUI Apps in the os.

Either directly or using MAAL.

Some Examples:

 - Notepad

 - Paint

 - A GUI Taskmanager

 - Etc.

Discussions