based on Linux From Scratch
Thanks a lot Sugaryyyy
I know how infrequently I release updates...
but I have my own personal life like everyone else
NIL Packet Manager
Own package manager
The basic structure and concept of a package is ready
Development is being carried out in C++
And planned to write own build package system (NBP)
It is planned planned to release proprietary binaries for each OS with their own paths.
Will be soon
Our plans for future Alpha releases:
- more libraries support
- drivers for a lot things
- Xorg & Wayland
- own repositories
- MAUI Shell as base
- XFCE4 & GNUStep as secondary
- and more.. more...
But wait.. Whats work now?
Really, not too much. But for now we are working on this.
For now distro have basic programs as GCC, bash, and even usbutils.
Its planned to improve support of programs such as rustc, Chrome,
You can check the parameters in the list below.
| Parameter | Boolean | Tested and works |
|---|---|---|
| Boot on real machine | Yes | GRUB & direct load from UEFI |
| ARM machine | Partial | VExpress, Exynos 4412 & MSM8916 |
| Chrooting | Yes | |
| OpenRC init | Yes | |
| initrfs | Yes | initrfs -> busybox -> OpenRC |
| Framebuffer display | Yes | HD630, IrisXe G7 and RTX2070 |
| \ i915 | Unknown | ...? |
| \ amdgpu | Unknown | ...? |
| \ nouveau | Unknown | ...? |
| Ethernet | Yes | Realtek RTL8168 and Intel I219 |
| WiFi | Partial | Intel 8250 & MT7601U |
| Bluetooth | No | No utils |
| GSM modems | Unknown | ...? |
| USB Devices | Yes | |
| File systems support | Partial | |
| \ EXT4 & EXT3 | Yes | |
| \ FAT32 | Yes | |
| \ NTFS | Yes | |
| \ APFS | Yes | As built-in kernel module |
| Virtual Machine boot | Partial | QEMU works and optimized for UTM |
| LiveCD | Unknown | Uhh.. init in initrfs corrupted |
| Secure boot | Unknown | Depends on bootloader, not tried |