aneuhaeuser
  • Joined on 2025-05-15
aneuhaeuser synced new reference refactor_mmu to aneuhaeuser/novaOS from mirror 2026-03-19 15:02:31 +00:00
aneuhaeuser synced commits to master at aneuhaeuser/novaOS from mirror 2026-03-17 22:12:32 +00:00
f78388ee2c feat: implement MMU core functionality
aneuhaeuser synced and deleted reference refs/tags/MMU at aneuhaeuser/novaOS from mirror 2026-03-17 22:12:32 +00:00
aneuhaeuser synced and deleted reference refs/tags/framebuffer at aneuhaeuser/novaOS from mirror 2026-03-17 22:12:32 +00:00
aneuhaeuser synced and deleted reference refs/tags/heap_allocation at aneuhaeuser/novaOS from mirror 2026-03-17 22:12:32 +00:00
aneuhaeuser synced and deleted reference refs/tags/read_SoC_temp at aneuhaeuser/novaOS from mirror 2026-03-17 22:12:32 +00:00
aneuhaeuser synced commits to MMU at aneuhaeuser/novaOS from mirror 2026-03-15 13:18:19 +00:00
bc9091f942 fix: linter
dfb4d094a3 docs: add code documentation
95a5037b91 fix: Level 3 translation fault
Compare 3 commits »
aneuhaeuser synced commits to MMU at aneuhaeuser/novaOS from mirror 2026-03-15 05:08:19 +00:00
e84ce6ab91 feat: Update MMU configuration and memory allocation functions
aneuhaeuser synced commits to MMU at aneuhaeuser/novaOS from mirror 2026-03-12 03:38:20 +00:00
34a73f0095 feat: Enhance MMU by separating sections and configuring permissions
6af820815d feat: Implement a basic MMU configuration
Compare 2 commits »
aneuhaeuser synced new reference MMU to aneuhaeuser/novaOS from mirror 2026-03-08 18:08:19 +00:00
aneuhaeuser synced commits to MMU at aneuhaeuser/novaOS from mirror 2026-03-08 18:08:19 +00:00
aneuhaeuser synced commits to master at aneuhaeuser/novaOS from mirror 2026-03-04 16:18:18 +00:00
55f410e2bb Refactor and reorganize project structure
aneuhaeuser synced commits to master at aneuhaeuser/novaOS from mirror 2026-01-10 23:34:10 +00:00
0f5f942d78 Impelement a basic logger, WIP
48fbc2e5fa Introduce Logger trait
Compare 2 commits »
aneuhaeuser synced commits to logger at aneuhaeuser/novaOS from mirror 2026-01-10 23:34:10 +00:00
0f5f942d78 Impelement a basic logger, WIP
aneuhaeuser synced commits to logger at aneuhaeuser/novaOS from mirror 2026-01-09 23:04:09 +00:00
aneuhaeuser synced new reference logger to aneuhaeuser/novaOS from mirror 2026-01-09 23:04:09 +00:00
aneuhaeuser synced commits to master at aneuhaeuser/novaOS from mirror 2025-12-28 01:04:07 +00:00
384c548557 Add power management watchdog,
aneuhaeuser synced commits to heap_allocation at aneuhaeuser/novaOS from mirror 2025-12-20 21:54:06 +00:00
014fc90726 add test step github ci
68a78861c0 Fix merge issues
3c897673a8 Merge branch 'master' into heap_allocation
78c4cdc684 Fix lint
b5d3417572 Fix first fit implementation of heap
Compare 8 commits »
aneuhaeuser synced commits to master at aneuhaeuser/novaOS from mirror 2025-12-20 21:54:06 +00:00
36bc1f3315 implement heap allocator tests
aneuhaeuser synced commits to heap_allocation at aneuhaeuser/novaOS from mirror 2025-12-19 21:24:07 +00:00
abdef70198 use virtual workspaces for heap