Live data from Hacker News

Xv6, a simple Unix-like teaching operating system

pdos.csail.mit.edu

11–20 of 78 posts

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

#11

Earlier quoted context omitted.

I don't know quite what you mean? MINIX isn't free, which is pretty big for a student project. In fact people may have started a similar project(not big like GNU) to due to its price.

It's equivalent to 3-clause BSD. https://wiki.minix3.org/doku.php?id=www:documentation:licens...

My comment as may be noted was more a commentary on the historical licensing of MINIX which lead to Linux, see the original post.

https://fossbytes.com/linus-torvaldss-famous-email-first-lin...

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

#13

Earlier quoted context omitted.

It's equivalent to 3-clause BSD. https://wiki.minix3.org/doku.php?id=www:documentation:licens...

My comment as may be noted was more a commentary on the historical licensing of MINIX which lead to Linux, see the original post. https://fossbytes.com/linus-torvaldss-famous-email-first-lin...

The same argument could be made to claim "Linux isn't free" given its very first license.

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

#16
post #15

Last time I looked this didn't have networking. Is that still the case? Anyone able to explain why networking was left out? Why I ask? I've seen a bunch of projects on GitHub for implementing xv6 networking.

The course has a networking lab. There should be a branch with basic support, and an exercise to extend it.

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

#17
post #15

Last time I looked this didn't have networking. Is that still the case? Anyone able to explain why networking was left out? Why I ask? I've seen a bunch of projects on GitHub for implementing xv6 networking.

Probably because it has a lab to add networking: https://pdos.csail.mit.edu/6.828/2019/labs/net.html

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

#19
Also, XINU, “ Operating System Design - The Xinu Approach”[0]

The book isn’t free, but I’ve found it to be fun to work through. The projects are centered around building and running on small boards like beaglebone, Galileo, and more recently raspi (although this isn’t covered in the book.)

[0] https://xinu.cs.purdue.edu/

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

#20

Earlier quoted context omitted.

It's equivalent to 3-clause BSD. https://wiki.minix3.org/doku.php?id=www:documentation:licens...

My comment as may be noted was more a commentary on the historical licensing of MINIX which lead to Linux, see the original post. https://fossbytes.com/linus-torvaldss-famous-email-first-lin...

It's reasonable to say it wasn't free, but MINIX 3 is FOSS now.
Post reply on HN