Estimated build time: 0.07 SBU Estimated required disk space: 2 MB |
Last checked against version 0.16.3
Bin86 is a simple assembler and linker for 8086 - 80386 machine code.
Bin86 installs the following:
as86, as86_encap, ld86, nm86 (link to objdump86), objdump86 and size86 (link to objdump86)
Last checked against version 0.16.0.
Bash: sh
Binutils: as, ld, strip
Fileutils: chmod, install, ln, mv
Gcc: cc, cc1, collect2, cpp0
Make: make
Sed: sed
This package is only needed if you decide to use Lilo on your LFS system. If you're going to use something else like Grub you won't need bin86. Check the documentation for your favorite boot loader to see if you need the bin86 package (usually only ld86 and/or as86 from this package are required).
Keep in mind, though, that it's not just boot loaders that use the bin86 package. There is always the chance that some other package needs programs from this package, so keep that in mind if you decide to skip this.
Compile the package:
make |
And finish off installing the package:
make PREFIX=/usr install |