aboutsummaryrefslogtreecommitdiff
path: root/emulators/psim-freebsd
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2001-10-14 12:35:19 +0000
committerMark Peek <mp@FreeBSD.org>2001-10-14 12:35:19 +0000
commit046d55db6a828cd8f3430e9975d4800a21b407b2 (patch)
treed734ed554fa0df8206b82ffacf02b3ed45b138cd /emulators/psim-freebsd
parent055cb24f180fad3f1ca86f915567d7a9fb9f855c (diff)
downloadports-046d55db6a828cd8f3430e9975d4800a21b407b2.tar.gz
ports-046d55db6a828cd8f3430e9975d4800a21b407b2.zip
Notes
Diffstat (limited to 'emulators/psim-freebsd')
-rw-r--r--emulators/psim-freebsd/files/HOW-TO4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/psim-freebsd/files/HOW-TO b/emulators/psim-freebsd/files/HOW-TO
index 1807f495f4b0..a1950bcd8c15 100644
--- a/emulators/psim-freebsd/files/HOW-TO
+++ b/emulators/psim-freebsd/files/HOW-TO
@@ -16,7 +16,7 @@ Instructions for building and running the FreeBSD kernel under PSIM:
# ./write_mfs_in_kernel kernel.debug ppcdisk
-5. Run the simulator. The following .gdbinit is available as
+4. Run the simulator. The following .gdbinit is available as
/usr/local/share/examples/psim-freebsd/dot.gdbinit:
display/i $pc
@@ -65,3 +65,5 @@ Breakpoint 1, 0x001d8d58 in cpu_switch ()
#4 0x0011d720 in mi_startup () at ../../../kern/init_main.c:209
#5 0x00114880 in kernel_text ()
(gdb)
+
+More information on PSIM can be found here: <http://sources.redhat.com/psim>