Skip to content

0.1-lfs.3

Pre-release
Pre-release

Choose a tag to compare

@kwe26 kwe26 released this 19 Jul 14:33

Ramix an Simple Linux Distribution Made from Scratching Following the Linux from Scratch Guide with Custom Scripts as well

ISO Link and Running Instructions Below!

FINALLY, SSL WORKS!!!

New Features

  • Wayland (No Compositor)
  • Wlroots
  • Mesa
  • OpenSSL as RXPKG
  • CA-Certs Properly Compiled
  • DRM Support
  • GIT!!

Instructions to Run

WARNING!: Only QEMU IS SUPPORTED!

qemu-system-x86_64 \
    -enable-kvm \
    -cpu host \
    -smp 2 \
    -m 2G \
    -cdrom Ramix-20260719.iso \
    \
    -display gtk,gl=on \
    -device virtio-vga-gl \
    \
    -device qemu-xhci \
    \
    -netdev user,id=net0 \
    -device virtio-net-pci,netdev=net0

We can now see the penguins and the new Kernel Panic screen thanks to DRM Support + GPU Support
.
we only support virtio-gpu right now but planning to expand more!
.
Hopefully, it's the last devlog before the 1st Ship of this Project

also i couldn't get tinywl working, will try it in next release 0.2

Thanks for following the dev till now!

1 2 3 4 5