On Tue, 16 Dec 2003, Dorin H wrote: > Hi there, > > Is it bug or feature ? > > %ldd /boot/kernel/acpi.ko > /boot/kernel/acpi.ko: > %ldd /boot/kernel/kernel > /boot/kernel/kernel: > /boot/kernel/kernel: signal 6 I think it s a peculiarity of how ldd works. It appears to execve() the binary in order to get ld.so to look at it, but since the kernel binary specifies it own loader (for the in-kernel linker) it bails. The kernel isn't dynamically linked to any libraries (how would it load them!?!) so this wouldn't return anything anyway. In case you haven't figured it out, the kernel is what provides the operating system services. Your BIOS, via loader(8), loads and runs it. Without it there is no FreeBSD :) -- Doug White | FreeBSD: The Power to Serve dwhite_at_gumbysoft.com | www.FreeBSD.orgReceived on Wed Dec 17 2003 - 08:36:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:34 UTC