logoalt Hacker News

NoOn304/24/20251 replyview on HN

Great project. Mmap implementation is a cheat :).


Replies

UnmappedStack04/25/2025

Yeah mmap is quite a stub lol, I def cheated on that. I just wanted framebuffer access, but the user heap uses sbrk internally instead of mmap anyway so I properly