Deprecating a.out Binaries

Posted by Scott_Ruecker on Jun 26, 2019 1:10 AM EDT
Linux Journal; By Zack Brown
Mail this story
Print this story

Remember a.out binaries? They were the file format of the Linux kernel till around 1995 when ELF took over. ELF is better. It allows you to load shared libraries anywhere in memory, while a.out binaries need you to register shared library locations. That's fine at small scales, but it gets to be more and more of a headache as you have more and more shared libraries to deal with. But a.out is still supported in the Linux source tree, 25 years after ELF became the standard default format.

Full Story

  Nav
» Read more about: Story Type: News Story; Groups: Community, Kernel, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.