- terminal driver
- process sessions, job control
- keyboard, keymapping
- dead keys, console fonts
- select() and syslog()
- other kernel improvements
What is Fiwix?
The Linux kernel is currently too big for a student of computer science to be able to understand quickly its internal structure and to study how it works, and tomorrow it will be even bigger than it is today. In contrast, the Fiwix kernel, due to its minimal structure, can be the entry-level kernel and can therefore be more suitable for education. For obvious reasons, this project is only focused on students of computer science and new OS enthusiasts who want to know more about the internal operation of a UNIX-like operating system.
Do not think of GNU/Fiwix as a new UNIX flavor with its own system utilities, libraries and compilers, etc. Think about GNU/Fiwix as a new Linux-like kernel that follows the GNU/Linux philosophy and takes the same advantage of the existing GNU applications.
It is based on monolithic kernel design and it is written entirely in C language, leaving only for the Assembler the small needed parts.
The development team is one person: me.
Objectives
The project targets the following goals.- To provide a simple and a clean source code for educational purposes.
- To create a UNIX-like kernel as an old personal challenge.
- To learn about the exciting kernel internals.
- To conform with open standards as much as possible.
- To enjoy my life with a little bit of kernel hacking. ;-)
License
The Fiwix kernel is expected to be publicly available under an open source license when it reaches the 1.0 version.


