]> 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)
commit1f2aeb27f62ad63925033fcb06c225be392c8f4d
tree16767444b07b20c957fefda4aa288977d0f35719
parentfa462cf871eaa6b30eea7044ffd9374b46c75d5b
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]