Hacker News new | past | comments | ask | show | jobs | submit login

If you don't want to use malloc in a kernel, that is fine. However, you should at least consider having something similar. This can be as simple as finding the available memory in your system and writing a frame or slab allocator. It will make your life much easier. It would be interesting to see how easy it is to integrate your memory manager directly with the rust language.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: