Live data from Hacker News

Xv6, a simple Unix-like teaching operating system

pdos.csail.mit.edu

1–10 of 100 posts

Re: Xv6, a simple Unix-like teaching operating system

#5

XINU 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

#7

XINU is another simple teaching system.

What I would love is something similar that could boot on raspberry pi...

Ultibo is pretty cool…

https://ultibo.org/

It’s a bare metal Free Pascal environment for Raspberry Pi.

Re: Xv6, a simple Unix-like teaching operating system

#8

XINU 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

#9
post #8

Earlier quoted context omitted.

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...

Amazing. I have to take a crack at this.

Re: Xv6, a simple Unix-like teaching operating system

#10
Took 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
Post reply on HN