Skip to content
Snippets Groups Projects
Commit a79ee378 authored by wlott's avatar wlott
Browse files

On the sparc, put the kernel core in /usr/tmp so that we don't blow the

machine out of the water.
parent 35404a1e
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,9 @@ ...@@ -97,7 +97,9 @@
"target:code/debug" "target:code/debug"
)) ))
(setf *genesis-core-name* "target:ldb/kernel.core") (setf *genesis-core-name*
#+mips "target:ldb/kernel.core"
#+sparc "/usr/tmp/kernel.core")
(setf *genesis-c-header-name* "target:ldb/lisp.h") (setf *genesis-c-header-name* "target:ldb/lisp.h")
(setf *genesis-map-name* "target:ldb/lisp.map") (setf *genesis-map-name* "target:ldb/lisp.map")
(setf *genesis-symbol-table* "target:ldb/ldb.map") (setf *genesis-symbol-table* "target:ldb/ldb.map")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment