Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is different about ELF kernels?

different Elf Kernels
0
Posted

What is different about ELF kernels?

0

The biggest change is the new support for ELF user programs on the Intel architecture. The kernel exec code has been reorganized somewhat; we broke out support for different executable file formats into separate files, and added new common code for loading segments. The exec code was designed from the beginning to handle complex formats like ELF, so the transition was not particularly arduous; and in any event, our PowerPC port of BSD/OS 2.1 included ELF support in the kernel, which was easy to port to 3.x and the Intel architecture. We now configure both ELF and a.out support into every system. The system also generates exclusively ELF format core files. The executable file format now controls the location of the user stack; ELF, a.out and COFF programs all use different initial stack locations. Apart from the ELF support for user programs, there isn’t that much of a difference. ELF format kernels required an upgrade to the /boot standalone utility to boot them. The /boot utility supp

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.