]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: Rump Kernel hypercall scaffold + roadmap documentation
authorTulio A M Mendes <[email protected]>
Mon, 16 Feb 2026 01:17:43 +0000 (22:17 -0300)
committerTulio A M Mendes <[email protected]>
Mon, 16 Feb 2026 01:17:43 +0000 (22:17 -0300)
commit04d4f12061d16925285fcc93356f4f8ef91e53df
treef848a79e165b19a873a713785e776285ccee1f52
parente5cb12acaa1c24602c02fd1fffb14637ec969fa8
feat: Rump Kernel hypercall scaffold + roadmap documentation

- docs/RUMP_KERNEL_ROADMAP.md: full integration plan with 4 phases
  (filesystem → network → USB → audio), API mapping table,
  prerequisites checklist, and build integration notes
- src/rump/rumpuser_adros.c: Phase 1+3 hypercall scaffold implementing:
  rumpuser_init, rumpuser_malloc/free, rumpuser_putchar/dprintf,
  rumpuser_exit, rumpuser_getparam, rumpuser_getrandom,
  rumpuser_clock_gettime/sleep
- Phase 2 (threads/sync) and Phase 4 (file/block I/O) are TODO stubs
docs/RUMP_KERNEL_ROADMAP.md [new file with mode: 0644]
src/rump/rumpuser_adros.c [new file with mode: 0644]