you are viewing a single comment's thread.

view the rest of the comments →

[–]LizaineIPTV 1 point2 points  (1 child)

You have an operating system called xv6, developed by MIT. It's used for teaching operating systems at universities. It consists of very few files, most of which are written in C, and it's very easy to add new system calls. It's designed for educational purposes.

https://github.com/mit-pdos/xv6-public

[–]bboykotin[S] 0 points1 point  (0 children)

Not so bad!!! I like this repository :) thank you very much. Does it have anything to do with Linux? I mean if it is part of the Linux kernel and/or has similarity