restructure thread constructor and pagetable

This commit is contained in:
2026-02-25 07:39:32 +01:00
parent 76f782c5ae
commit 22ab2fb2a5
8 changed files with 179 additions and 161 deletions

View File

@@ -75,6 +75,7 @@ extern "C" void main() {
if(receive(blubb, sizeof(blubb))){
write(1, blubb, strlen(blubb), 25, (int)id);
write(2, "reply\n", 6);
memset(&blubb[10], ' ', 3);
itoa(cnt, &blubb[1]);
reply(blubb, sizeof(blubb));
}