freebsd-dev/sys/boot/ficl
Warner Losh 75a63b2de3 Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion of
FICL definitions not in ficl/ficl32 files broke this generally. This
makes that stuff conditional on BOOT_FORTH. Also, move definitions
related to the architecture (FICL_CPUARCH and friends) into
Makefile.ficl that all parts of the tree that include files with ficl
need to include (but only if MK_FORTH == yes). In addition, had to fix
library ordering issue with LIBSTAND to keep it last. Without boot
forth, there's no references to memset to bring in memset.o from
libstand.a to satisfy libgeliboot.a's use of it. Listing libstand last
solves this issue (and it's the proper place for libstand to boot).
2016-10-25 17:31:57 +00:00
..
aarch64 Add the arm64 machine dependent parts of ficl. This is not machine 2015-04-09 10:00:26 +00:00
amd64 loader.efi: add terminal emulation support 2016-01-06 15:38:39 +00:00
arm Cleanup trailing newlines noticed while looking for other issues. 2014-11-14 21:08:51 +00:00
i386 Create a new linker set, Xficl_compile_set which contains a list of 2016-10-14 16:23:12 +00:00
mips Cleanup trailing newlines noticed while looking for other issues. 2014-11-14 21:08:51 +00:00
mips64 Cleanup trailing newlines noticed while looking for other issues. 2014-11-14 21:08:51 +00:00
powerpc Cleanup trailing newlines noticed while looking for other issues. 2014-11-14 21:08:51 +00:00
riscv Welcome the RISC-V 64-bit kernel. 2016-01-29 15:12:31 +00:00
softwords
sparc64 Cleanup trailing newlines noticed while looking for other issues. 2014-11-14 21:08:51 +00:00
dict.c
ficl.c
ficl.h Create a new linker set, Xficl_compile_set which contains a list of 2016-10-14 16:23:12 +00:00
fileaccess.c
float.c
loader.c Preliminary support for EFI in boot loader. Define efi-boot forth 2016-10-24 20:36:54 +00:00
Makefile Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion of 2016-10-25 17:31:57 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c
unix.c
vm.c
words.c Minor space tweak to make things consistent. 2016-05-17 14:10:44 +00:00