Live data from Hacker News

A completely-from-scratch hobby operating system

github.com

1–10 of 79 posts

Re: A completely-from-scratch hobby operating system

#7
Then why in the heck is he going for POSIX compatibility, when he can afford the luxury of not having to deal with blocking syscalls and all this crap? Much easier and safer multithreading. Also faster.

And why we are there, why not a safer microkernel, keeping everything in userspace? Questions over questions.

Re: A completely-from-scratch hobby operating system

#9
post #7

Then why in the heck is he going for POSIX compatibility, when he can afford the luxury of not having to deal with blocking syscalls and all this crap? Much easier and safer multithreading. Also faster. And why we are there, why not a safer microkernel, keeping everything in userspace? Questions over questions.

You can do all of this in your own hobby project.

Re: A completely-from-scratch hobby operating system

#10
post #7

Then why in the heck is he going for POSIX compatibility, when he can afford the luxury of not having to deal with blocking syscalls and all this crap? Much easier and safer multithreading. Also faster. And why we are there, why not a safer microkernel, keeping everything in userspace? Questions over questions.

You need POSIX to compile nearly any program
Post reply on HN