NetBSD/sys/arch/i386/stand/lib/crt/bootsect
kleink 5663256d0a Unlike in an i386 a.out assembler, where in an .align n directive n is meant
to be the logarithm to base 2 of the alignment, in an ELF environment n is
the actual alignment boundary; thus, adjust the directives accordingly.

Albeit the wonderful i386 architecture doesn't mind the smaller alignment in
an obvious way, it is likely to have resulted in some performance penalty
during the a.out->ELF transition.
1999-08-23 08:24:36 +00:00
..
bbinfo.h
bootsectmain.c add prototypes 1999-04-14 10:57:59 +00:00
fraglist.S
start_bootsect.S Unlike in an i386 a.out assembler, where in an .align n directive n is meant 1999-08-23 08:24:36 +00:00