MyLinux Versions Save

myLinux is an embedded operating system based on Buildroot and Finit

v1.0

4 years ago

After almost six years of hard work on myLinux (a.k.a. TroglOS, a.k.a miniroot), it's finally here:

File Description
myLinux-1.0.tar.gz Distribution tarball
myLinux-1.0.tar.gz.md5 c4cbe1626df99601fb0fc362de1f7927

v1.0-beta3

9 years ago

Wow, seems like only yesterday we got ping working! ;-)

Changes in beta3:

  • Linking with shared libraries
  • Support for building libraries before packages
  • Possible to add users at runtime
  • Dropbear SSH started by default
  • Telnet daemon started by default
  • Massively updated documentation

v1.0-beta2

9 years ago

Add networking (bridge) support to Qemu, ping works! :-)

  • Upgrade to Linux v3.18.2
  • Upgrade to BusyBox v1.23.0
  • Massive updates to README, thanks to @elofu17
    • Add motivation and spell check
    • Add requirements and a few instructions forhow to get qemu-bridge-helper working
    • Add info on how to upgrade the kernel, if needed
  • Use the Qemu bridge helper to connect a tap to virbr0 as a non-priviliged user
  • Disable ifplugd, instead ...
  • Use BusyBox ifup to bring up Debian style /etc/network/interfaces
  • Convert udhcpc script /share/udhcpc/default.script to use logger
  • Add PCI support and a few PCI NIC drivers to kernel, default: RTL8139
  • Disable kernel CONFIG_VIRTIO_CONSOLE, messes up regular console!
  • Minor bug fixes and polish