Fiwix Explained

Fiwix
Developer:Jordi Sanfeliu i Font
Programmed In:C, Assembly
Family:Unix-like
Supported Platforms:i386
Source Model:Open source
Kernel Type:Monolithic
Released:1.0.0
Latest Release Version:1.6.0
Latest Release Date:
Ui:Command-line interface
Working State:Current
Language:English
License:MIT License

Fiwix is an operating system kernel based on the UNIX architecture and fully focused on being POSIX compatible. It is designed and developed mainly as a hobbyist operating system, but it also serves for educational purposes. It runs on the i386[1] hardware platform and is compatible with a good base of existing GNU applications. It follows the UNIX System V application binary interface and is also mostly Linux 2.0 system call ABI compatible.

The FiwixOS 3.4 operating system is a Fiwix distribution. It uses the Fiwix kernel, includes the GNU toolchain (GCC, Binutils, Make), it uses Newlib v4.4.0 as its C standard library, and Ext2 as its primary file system.

Between October 2022 and the whole 2023[2] the Fiwix kernel accepted a series of patches that were necessary to be able to be compiled with TCC. This was a necessary step into the whole bootstrapping process[3] to build a complete Linux distribution from scratch,[4] which Fiwix being currently a crucial part[5] of it.

Features

Features according to the official website include:

Further reading

Notes and References

  1. Web site: FiwixOS - Virtual x86. copy.sh. en. 2023-08-06.
  2. Web site: IRC #bootstrappable channel logs. logs.guix.gnu.org. 2023-08-06.
  3. Web site: Live Bootstrap by Rick Masters - Handmade Meetups NYC. youtube.com. 2024-05-09.
  4. Web site: Pulling Linux up by its bootstraps. lwn.net. 2024-07-31.
  5. Web site: parts.rst file. github.com. 2023-03-31.