freebsd-dev/stand/i386/gptboot
Dimitry Andric ae55765309 Work around assembler error from clang 10.0.0 in gptboot:
stand/i386/gptboot/gptldr.S:141:3: error: value of 36878 is too large for field of 2 bytes.
  jmp MEM_JMP # Start BTX
  ^

Use the same construct as in stand/i386/boot2/boot1.S, which ensures the
jump distance does not become too large.

MFC after:	3 days
2020-01-28 21:41:37 +00:00
..
gptboot.8 Add a paragraph that mentions gptboot having an interactive mode, and 2019-04-30 18:48:20 +00:00
gptboot.c In gptboot, don't assume a partition number is a single digit, 1-9. GPT 2019-12-22 22:33:22 +00:00
gptldr.S Work around assembler error from clang 10.0.0 in gptboot: 2020-01-28 21:41:37 +00:00
Makefile stand: remove CLANG_NO_IAS from btx and gptboot 2018-11-20 16:54:42 +00:00
Makefile.depend