Jump to content

Fiwix: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
updated and improved description
small changes
Line 5: Line 5:
| author = Jordi Sanfeliu
| author = Jordi Sanfeliu
| programming language = [[C (programming language)|C]], [[Assembly language|Assembly]]
| programming language = [[C (programming language)|C]], [[Assembly language|Assembly]]
| OS family = [[Unix-like]]
| operating system = [[Unix-like]]
| platform = [[IA-32|i386]]
| platform = [[IA-32|i386]]
| source model = [[Free Software]]
| released = {{Start date and age|2018|04|23}}
| released = {{Start date and age|2018|04|23}}
| latest release version = 1.0.1
| latest release version = 1.0.1
| latest release date = {{Start date and age|2018|08|04}}
| latest release date = {{Start date and age|2018|08|04}}
| source model = [[Free Software]]
| size = 35,000 [[Source_lines_of_code|LOC]] (approximately)
| size = 35,000 [[Source_lines_of_code|LOC]] (approximately)
| kernel type = [[Monolithic_kernel|Monolithic]]
| genre = [[Monolithic_kernel|Monolithic kernel]]
| license = [[MIT_License|MIT License]]
| license = [[MIT_License|MIT License]]
| website = https://www.fiwix.org/
| website = https://www.fiwix.org/
Line 45: Line 43:
*[http://www.fiwix.org/ Fiwix home page]
*[http://www.fiwix.org/ Fiwix home page]
*[http://www.osnews.com/story.php?news_id=4839 An article about Fiwix in OS News]
*[http://www.osnews.com/story.php?news_id=4839 An article about Fiwix in OS News]

==External links==
* [https://www.fiwix.org/global/HTML/ Browse source code]
* {{Freshmeat|Fiwix|Fiwix}}
* {{freenode|fiwix}} on [[freenode]]


[[Category:Unix variants]]
[[Category:Unix variants]]

Revision as of 14:56, 3 September 2018

Fiwix
Original author(s)Jordi Sanfeliu
Initial releaseApril 23, 2018; 6 years ago (2018-04-23)
Stable release
1.0.1 / August 4, 2018; 6 years ago (2018-08-04)
Written inC, Assembly
Operating systemUnix-like
Platformi386
Size35,000 LOC (approximately)
TypeMonolithic kernel
LicenseMIT License
Websitehttps://www.fiwix.org/

Fiwix or GNU/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 hobby OS, but it also serves for educational purposes. It runs on the 32-bit x86 hardware platform and is compatible with a good base of existing GNU applications. It follows the System V Application Binary Interface (or ABI) and is also Linux 2.0 System Call ABI mostly compatible

The Fiwix operating system uses the Fiwix kernel, includes a GNU toolchain (GCC, Glibc, Binutils, Make) and uses the Newlib v2.2.0 as its system C Library. Its primary filesystem is the Minix v2 which limits the file names to 30 character length, and a maximum file system size to 1GB.

Features

Features according to the official website include:

References

  • Browse source code
  • "Fiwix". Freecode.
  • #fiwix connect on freenode