Learn Tiny Core. View Tiny Core Screen Shots and Videos.
Core 17.0beta1 boots fine on my AM486DX2-66 PC with 20MB RAM (HDD install).
depends-on.sh libICESNIPlibSM.tczSNIP
/usr/local/lib$ ldd libICE.so linux-vdso.so.1 (0x00007f60f7349000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f60f7316000) libc.so.6 => /lib/libc.so.6 (0x00007f60f718a000) /lib/ld-linux-x86-64.so.2 (0x00007f60f734b000)
rich@tcbox:~$ readelf -d pkg/usr/local/lib/libSM.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libICE.so.6] 0x00000001 (NEEDED) Shared library: [libuuid.so.1] 0x00000001 (NEEDED) Shared library: [libpthread.so.0] 0x00000001 (NEEDED) Shared library: [libc.so.6]
I did it the ldd the wrong way around.