freebsd-dev/sys/boot/i386/boot0
Ed Maste 22398b764e Allow Clang's integrated assembler to assemble boot0
dim@ compared clang IAS-built and GNU as-built boot0 and found them
equivalent.  IAS encoded one instruction using two bytes where GNU as
used three, and another instruction using three bytes where GNU as used
two.  The net result is equivalent and tested, so there is no need to
force IAS off for boot0.
2017-06-23 18:41:49 +00:00
..
boot0.S
Makefile Allow Clang's integrated assembler to assemble boot0 2017-06-23 18:41:49 +00:00
Makefile.depend