Viewing profile — llenotre
llenotre
HN member- Joined
- Wed, Jan 03, 2024, 1:31 PM UTC
- HN karma
- 115
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About llenotre
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38860308
Rust is not able to shield from everything. On top of that, there is a lot of unsafe code. I am 100% sure that fuzz-testing or pentests would reveal a lot of issues. This is not so…
-
comment
Comment #38855728
Mostly https://wiki.osdev.org/Main_Page + Wikipedia
-
comment
Comment #38855689
Indeed, as I stated in the blog post, I am not very far from being able to run a text editor such as Vim or a compiler :)
-
comment
Comment #38855667
On my side, I discovered it a while ago with this video: https://www.youtube.com/watch?v=zRjTyRly5WA
-
comment
Comment #38855477
Thank you very much! Even if nobody liked the project, I would not be planning to stop it. I am doing this as a hobby first! Having even one other user than me would be terribly di…
-
comment
Comment #38855235
There have been attempts to create kernel-agnostic interfaces for drivers such as: https://en.wikipedia.org/wiki/Uniform_Driver_Interface For my case, I am planning to re-implement…
-
comment
Comment #38854921
So many thank to all of you for your support! This project has represented a lot of efforts for me and it means a lot! Right now the website seems to be pretty slow/down. There is …
-
comment
Comment #38854835
Thank you very much!
-
comment
Comment #38854733
The monolithic/module thing was imposed by the subjects at my school (since it started as a school project). However, a part of me is feeling like it could make sense to do a big r…
-
comment
Comment #38854690
I didn't know this project. I will check it out!
-
comment
Comment #38854668
A lot of memory and concurrency issues have been eliminated. It is still a pain to debug, but a lot less than it was before though. As an example, there is not a lot of chances you…
-
comment
Comment #38853826
Thank you for the feedback. I will fix that!