Can TUNIX be used as a guide for writing an operating system ?
3 comments
Any unix source distribution could serve that purpose, I don't see why Tunix would be any different.
Smaller ones are probably easier because you can understand them completely.
Smaller ones are probably easier because you can understand them completely.
You would be better-off researching microkernel architectures, rather than Linux's monolithic kernel.
Thanks for your prompt reply, Actually I meant whether I should prefer MINIX or TUNIX as a guide ?
Tunix:
Tunix is a small linux distribution/toolkit, intended to teach and show how to gather opensource projects, what parts are needed, what methods can be employed and as a result, have a bootable linux distribution which fits in a single disk or CF card.
Tunix is a set of tools used to generate small bootable Linux images. It can be used to learn how to roll your own distribution, or to port embedded systems. The basic release uses busybox and has a kernel with netfilter-enabled modules. A uclibc iptables binary is included, so you can roll your small firewall from a floppy.
Kindly enlighten me regarding the above query !!
Thanks !