Personal development fork of Iglunix.
Go to file
Ella-0 ceb0f9bf61 package grouping 2021-07-31 12:03:40 +00:00
bad package grouping 2021-07-31 12:03:40 +00:00
base package grouping 2021-07-31 12:03:40 +00:00
docs Finish the rename to iglunix 2021-02-10 20:00:20 +01:00
gui package grouping 2021-07-31 12:03:40 +00:00
init init.d: added dev 2021-05-21 10:47:09 +01:00
linux package grouping 2021-07-31 12:03:40 +00:00
man move man to own dir 2021-07-31 11:58:39 +00:00
pkgs vulkan-icd-loader: update 2021-07-31 12:03:10 +00:00
scripts move scripts to own dir 2021-07-31 11:58:05 +00:00
templates updated templates 2021-06-12 17:58:00 +01:00
.gitignore Fixes 2021-02-04 12:02:44 +00:00
LICENSE Added license for build scripts, added lazybox package 2021-01-02 18:37:56 +00:00
README.md README.md: update on OpenBSD 2021-06-24 11:12:03 +00:00
logo Added final logo 2021-02-02 00:07:06 +00:00

README.md

Iglunix

Unix like software distribution with no GNU components

All build scripts are 0BSD Licensed.

To create an ISO from a non-iglunix OS please see https://github.com/iglunix/iglunix-autobuild

Discord

Join us at link

Status of Other Kernels

FreeBSD

FreeBSD has solid upstream LLVM support which would make it ideal for iglunix. However, I haven't been successful at building the required parts of the base system.

OpenBSD

Iglunix has been tested to work on OpenBSD. (don't forget to symlink libc.so otherwise the toolchain breaks).

Darwin

I have found no easy way of building libc on Darwin platforms as on yet. Because of this I haven't got far at all porting Iglunix to Darwin based systems such as MacOS and PureDarwin.

Web Browsers

Iglunix doesn't currently have any working web browsers yet however we do have a WIP WebKit port (WPM or WebKit Platform for Minimal systems). Currently WebKit builds with all our work and we're currently working on exposing an API to use it. JavaScriptCore API works perfectly and example programs run with no issue.

TODO

  • Wayland Compositors - Velox works fine for now
  • LLVM (Work out how to split packages)
  • Init system (currently we're just leaving this up to the user)
  • QEMU for multiarch (need lots of work on glibr to get this to build)