The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Help with a Unix-ish project?
@ 2016-07-15 22:56 Warren Toomey
  2016-07-16  1:32 ` Random832
  0 siblings, 1 reply; 5+ messages in thread
From: Warren Toomey @ 2016-07-15 22:56 UTC (permalink / raw)


Hi all, I'm working on a Unix-related project, and I thought I'd ask if
anybody here might help.

There's a pared-down Unix-like system, xv6, which is inspired by 6th Edition
Unix and the Lions Commentary. Its purpose is to teach OS principles.
The website and book are here:
https://pdos.csail.mit.edu/6.828/2014/xv6.html
https://pdos.csail.mit.edu/6.828/2014/xv6/book-rev8.pdf

Unfortunately, while the kernel is nice, they don't provide much of
a run-time environment, so it feels too much of a toy to use. I had the
idea of porting a small set of libraries and commands over to get it to
the point where it feels a bit like 7th Edition.

I've made a start by using the Minix 2.0 libraries and commands, see
https://github.com/DoctorWkt/xv6-minix2 and the NOTES file. I now realise
that bringing up a libc plus associated commands will involve a fair bit of
work.

So, if anybody is interested in helping, let me know.

Thanks in advance, Warren


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-14  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 22:56 [TUHS] Help with a Unix-ish project? Warren Toomey
2016-07-16  1:32 ` Random832
2016-07-16  1:44   ` Warren Toomey
2016-07-16  1:56     ` Ronald Natalie
2016-08-14  3:37     ` Random832

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).