Are there any other good minimal teaching operating systems out there? Unix-like or not.
Xv6, a simple Unix-like teaching operating system
21–23 of 23 posts
Re: Xv6, a simple Unix-like teaching operating system
#22Can it work with fpga etc. so still learning but one learn more. Also with general pin in out more scope. Not just IT
Re: Xv6, a simple Unix-like teaching operating system
#23If you're interested, I wrote a blog post a few years ago about how to implement a syscall (getcwd) on Xv6: https://vgel.me/posts/pwd_command_xv6/