Skip to content

Releases: matteo-pacini/ZPLinux

v0.2

04 Feb 23:39
Compare
Choose a tag to compare
  • Added Real Time Clock support in the kernel.
  • Safer toolchain (without LDFLAGS="-s") / binaries and .so are now stripped via *strip --strip-unneeded at the end of toolchain build process.
  • Removed most of built static libraries - going fully dynamic whenever applicable.
  • Copied libc.so to the modules floppy - the script now creates the symlinks for the interpreter /lib/ld-musl-i386.so.1 and /bin/ldd.
  • Non-boot diskettes are now ext2 formatted.

v0.1

02 Feb 00:39
Compare
Choose a tag to compare

Initial release