Xv6, a simple Unix-like teaching operating system
pdos.csail.mit.edu
Xv6, a simple Unix-like teaching operating system
1–10 of 100 posts
Re: Xv6, a simple Unix-like teaching operating system
#2Many of the projects in my OS class in college involved building on top of the xv6 operating system. I remember one of the projects was building a scheduler for xv. It was definitely a great way to learn about different pieces of an operating system!
Re: Xv6, a simple Unix-like teaching operating system
#3XINU is another simple teaching system.
Re: Xv6, a simple Unix-like teaching operating system
#4XINU is another simple teaching system.
What I would love is something similar that could boot on raspberry pi...
Re: Xv6, a simple Unix-like teaching operating system
#5XINU is another simple teaching system.
What I would love is something similar that could boot on raspberry pi...
XINU works on a Beaglebone Black it seems https://github.com/jarrocha/XinuBBB/tree/main
Re: Xv6, a simple Unix-like teaching operating system
#6XINU is another simple teaching system.
What I would love is something similar that could boot on raspberry pi...
Re: Xv6, a simple Unix-like teaching operating system
#7XINU is another simple teaching system.
What I would love is something similar that could boot on raspberry pi...
Ultibo is pretty cool…
It’s a bare metal Free Pascal environment for Raspberry Pi.
Re: Xv6, a simple Unix-like teaching operating system
#8XINU is another simple teaching system.
What I would love is something similar that could boot on raspberry pi...
There are versions for at least up to RPi 3: https://github.com/xinu-os/xinu/blob/master/docs/arm/rpi/Ras...
Re: Xv6, a simple Unix-like teaching operating system
#9Re: Xv6, a simple Unix-like teaching operating system
#10Took this class at MIT. 20/10 would recommend, especially for people who don't come from a systems background. The textbook is quite easy to understand and the labs are a very good check of your comprehension. Just maybe skip the network driver on the first go around :P