diff options
author | Mark Peek <mp@FreeBSD.org> | 2001-10-14 12:35:19 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2001-10-14 12:35:19 +0000 |
commit | 046d55db6a828cd8f3430e9975d4800a21b407b2 (patch) | |
tree | d734ed554fa0df8206b82ffacf02b3ed45b138cd /emulators | |
parent | 055cb24f180fad3f1ca86f915567d7a9fb9f855c (diff) | |
download | ports-046d55db6a828cd8f3430e9975d4800a21b407b2.tar.gz ports-046d55db6a828cd8f3430e9975d4800a21b407b2.zip |
Fix numbering and add reference to the PSIM web page.
Notes
Notes:
svn path=/head/; revision=48748
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/psim-freebsd/files/HOW-TO | 4 |
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> |