Hacker News new | ask | show | jobs
by thefaux 759 days ago
Impressive work but I feel this approach is the hard and brittle way to write an os. The easier and more portable way is to write the os as a guest in a host language. You start with a simple shell with the print command and build from there.
1 comments

I hope it's not too easy then... imagine what he could do in 27 days if this was the "hard and brittle way" :-).