Porting of apps to userspace

This commit is contained in:
boreddevnl
2026-02-26 20:07:21 +01:00
parent c2ead0d6a7
commit 786eac0345
84 changed files with 2887 additions and 2392 deletions

View File

@@ -30,6 +30,9 @@ typedef struct process {
int gui_event_tail;
void *ui_window; // Pointer to the active Window
uint64_t heap_start;
uint64_t heap_end;
void *fds[MAX_PROCESS_FDS];
struct process *next;