Releases: matteo-pacini/ZPLinux
Releases · matteo-pacini/ZPLinux
v0.2
- 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
Initial release