diff options
author | Mark Peek <mp@FreeBSD.org> | 2001-10-13 20:03:18 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2001-10-13 20:03:18 +0000 |
commit | 2d2c4388a67e2195b738896789958cfb84e8ae70 (patch) | |
tree | 56e62efbca511fa168482dd28418a734a72a8d0d /emulators/psim-freebsd | |
parent | 4cd868ca202eb973b5b6b0985c64ab492c947c16 (diff) | |
download | ports-2d2c4388a67e2195b738896789958cfb84e8ae70.tar.gz ports-2d2c4388a67e2195b738896789958cfb84e8ae70.zip |
Notes
Diffstat (limited to 'emulators/psim-freebsd')
-rw-r--r-- | emulators/psim-freebsd/files/HOW-TO | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/psim-freebsd/files/HOW-TO b/emulators/psim-freebsd/files/HOW-TO index 1522bb9baaf9..1807f495f4b0 100644 --- a/emulators/psim-freebsd/files/HOW-TO +++ b/emulators/psim-freebsd/files/HOW-TO @@ -6,10 +6,8 @@ Instructions for building and running the FreeBSD kernel under PSIM: # cd src/sys/powerpc/conf # config -g GENERIC -2. On a NetBSD PPC system with the source NFS mounted, apply the Makefile.patch - to add the proper CWARN flags and remove the "-elf" flag. - - Compile the kernel (your mount point may vary): +2. On a NetBSD PPC system with the source NFS mounted, compile the kernel + (your mount point may vary): # make -m /mnt/share/mk MACHINE_ARCH=powerpc 3. On the FreeBSD system, grap /usr/src/release/write_mfs_in_kernel.c and |