AptRock327 / MaslOS-2

MaslOS but 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaslOS-2

MaslOS but 2

This is very very WIP!

I plan on this being like MaslOS from the outside, but it being completely different internally.

Of course it is 64bit and boots using BIOS. And it mostly works on real hardware.

Goals

  • Basics
    • Scheduler (working)
    • Elf loading (working, rarely crashes at the start for no apparent reason?)
    • User Space (working)
    • Inter Process Communication (working)
    • Stdio using IPC (working)
  • GUI
    • MaslOS GUI Framework port (working)
    • Mouse/Keyboard interaction (working)
    • MaslOS Desktop / WM (mostly working)
    • Taskbar (mostly working)
  • Apps
    • Tic Tac Toe (working)
    • Flappy Rocc (working)
    • Snake (soon)
    • Terminal (basics be working)
    • Explorer (working)
    • MAAB interpreter (working)
      • Pong
      • Maalbrot
    • Notepad (basics be working)
    • Paint (mostly working)
    • Doom (soon)
    • MicroEdit (somewhat working)
    • Other Apps ported from MaslOS and some extra ones (not yet)
  • Other
    • SMP (not added yet)
    • idk more stuff

How to build (Linux)

  • Install QEMU if you haven't.
  • Install GNU MAKE if you haven't.
  • Install GCC/LD if you haven't.
  • Install NASM if you haven't.

Go into the MaslOS2 Folder and run the CRUN.sh file

How to run (No need to build)

How to run (Linux)

Install QEMU if you haven't.

Download/clone the repo.

Run the cDisk.sh file to generate an empty disk so QEMU can boot correctly.

Run the JUST RUN OS.sh file to run it!

How to run (Windows)

Install QEMU if you haven't.

Add QEMU To your PATH variable. If you need help, click here!

Then download/clone the repo and run the run.cmd file

Screenshots

More apps ported Working more on the terminal Working on the terminal Taskbar yes WM almost on par with MaslOS More WM progress WM progress Beginning to work on WM A Bootscreen yes

Thanks to:

About

MaslOS but 2


Languages

Language:C++ 79.3%Language:C 18.5%Language:Shell 1.0%Language:Makefile 0.9%Language:Assembly 0.3%Language:Batchfile 0.0%