Hacker News new | ask | show | jobs
by roxtar 5330 days ago
The info page says that xv6 was released in Fall 2006. What's new?
1 comments

Address spaces based on paging rather than segments. Much clearer context switching code. File system crash recovery via logging.
And now using the HLT instruction so you don't chew CPU power unnecessarily, great for QEMU etc on laptops. I just sent you a patch.

Edit: all the user tests passed.

One thing I forgot to mention, now that the scheduler code has been changed the famous "you are not expected to understand this" comment is gone.