diff options
-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 |