From a463c656064c4dee833b64298fa6f031e1174860 Mon Sep 17 00:00:00 2001 From: moore <moore> Date: Wed, 13 Mar 2002 08:03:41 +0000 Subject: [PATCH] Bootfile for FreeBSD dynamic loading fix. In reality this isn't enough; a cross compile is required. --- bootfiles/18c/boot9.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootfiles/18c/boot9.lisp diff --git a/bootfiles/18c/boot9.lisp b/bootfiles/18c/boot9.lisp new file mode 100644 index 000000000..c24f3866e --- /dev/null +++ b/bootfiles/18c/boot9.lisp @@ -0,0 +1,9 @@ +#+x86 +(in-package :x86) + +#+x86 +(progn + (defparameter target-static-space-start #+FreeBSD #x28F00000 + #-FreeBSD #x28000000) + + (defparameter nil-value (+ target-static-space-start #xB))) -- GitLab