Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@matteo-pacini matteo-pacini released this 04 Feb 23:39
  • 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.