Comment by NoOn3 Comment by NoOn3 4 days ago 1 reply Copy Link View on Hacker News Great project. Mmap implementation is a cheat :).
Copy Link UnmappedStack 4 days ago Collapse Comment - 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 Reply View | 0 replies
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