← Back to context Comment by NoOn3 3 months ago Great project. Mmap implementation is a cheat :). 1 comment NoOn3 Reply UnmappedStack 3 months ago 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
UnmappedStack 3 months ago 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
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