diff options
author | mp <mp@FreeBSD.org> | 2001-10-14 12:35:19 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-10-14 12:35:19 +0000 |
commit | 1164d19a0acef1ed6a8a1d9c648fcab1e3462988 (patch) | |
tree | b4c68e822bc5f5685d615bfda236e4ee03dd68a3 /emulators | |
parent | ee830d8476fc14c941865447f4f158b85b7017ff (diff) | |
download | FreeBSD-ports-1164d19a0acef1ed6a8a1d9c648fcab1e3462988.zip FreeBSD-ports-1164d19a0acef1ed6a8a1d9c648fcab1e3462988.tar.gz |
Fix numbering and add reference to the PSIM web page.
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 1807f49..a1950bc 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> |