Live data from Hacker News

Xv6, a simple Unix-like teaching operating system

pdos.csail.mit.edu

31–34 of 34 posts

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

#31
post #5

What am I supposed to do with it?

Learn about Unix internals on something much smaller than the available alternatives?

like literally, i was asking for instructions. neither this post nor the github repo offered any instructions of what one is supposed to do with this, aka, how to build it, how to run it, or what to learn.

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

#32

What am I supposed to do with it?

The included textbook is _really_ good introduction to systems programming. I highly recommend taking a look if you are interested in kernel programming or interaction between OS.

thank you, that's useful information of what this is.

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

#33
post #5

Earlier quoted context omitted.

Learn about Unix internals on something much smaller than the available alternatives?

like literally, i was asking for instructions. neither this post nor the github repo offered any instructions of what one is supposed to do with this, aka, how to build it, how to run it, or what to learn.

Ahh, ok. I wasn't trying to be snarky, just pointing out that it's quite small and easy to fit in your head.

It seems disconnected because it's the repo for the port to RISC-V. The instructions you're looking for are here for the original x86 port: https://www.cs.virginia.edu/~cr4bd/4414/F2019/xv6intro.html

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

#34
post #33

Earlier quoted context omitted.

like literally, i was asking for instructions. neither this post nor the github repo offered any instructions of what one is supposed to do with this, aka, how to build it, how to run it, or what to learn.

Ahh, ok. I wasn't trying to be snarky, just pointing out that it's quite small and easy to fit in your head. It seems disconnected because it's the repo for the port to RISC-V. The instructions you're looking for are here for the original x86 port: https://www.cs.virginia.edu/~cr4bd/4414/F2019/xv6intro.html

Thank you, that is precisely what I was looking for.
Post reply on HN