Migrate MM subsystem to C++
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 23s
Builds / ExectOS (i686, debug) (push) Failing after 22s
Builds / ExectOS (i686, release) (push) Failing after 21s

This commit is contained in:
2025-09-15 22:15:07 +02:00
parent 3e097c260d
commit 404595801d
26 changed files with 919 additions and 487 deletions

View File

@@ -31,5 +31,6 @@ extern "C" {
#include <hl.hh>
#include <kd.hh>
#include <ke.hh>
#include <mm.hh>
#include <po.hh>
#include <rtl.hh>