|
|
|
|
|
by civodul
4862 days ago
|
|
Modulo the bug at http://sourceware.org/bugzilla/show_bug.cgi?id=15022 it's possible to dlopen symbols from the static binary. However, all libc symbols not used by Guile are omitted from the resulting static binary, which is why the FFI is not an option. (This is independent of Guile or the libc brand.) As for the size, the initrd is less than 5 MiB (the 'guile' binary is less than 4 MiB). |
|