Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Neuhäuser
e712593dae feat: Application manager (#8)
* feat: map text area to kernel memory space, first application_manager
implementation

* feat: start application via application_manager

* feat: terminal, start app by ID

* feat: support CLI args, by applying System V ABI concepts

* refactor: rename terminal to console. Minor cleanup

* docs: README.md
2026-03-27 15:15:49 +01:00
Alexander Neuhäuser
f33100d36b feat: UART terminal (#7)
* feat: basic terminal

* feat: execute application via terminal
2026-03-24 17:50:28 +01:00
55f410e2bb Refactor and reorganize project structure 2026-03-04 11:23:27 +01:00
Alexander Neuhäuser
36bc1f3315 implement heap allocator tests 2025-12-20 17:40:45 +01:00
a4250898c0 Draw a line in each direction 2025-07-27 11:03:52 +02:00
b557dd62a4 Hello World on simulator 2025-05-18 10:16:46 +02:00