port-lm32

Wiki page by fallen on 24/02/2014 12:37:26
--- /var/www/www.edgebsd.org/wiki/port-lm32	2014/02/24 12:08:14	1.3
+++ /var/www/www.edgebsd.org/wiki/port-lm32	2014/02/25 10:48:26	1.4
@@ -5,7 +5,7 @@
 <li>Build the lm32 cross toolchain: <pre>$ ./build.sh -m milkymist -U tools</pre></li>
 <li>Build EdgeBSD kernel: <pre>$ ./build.sh -m milkymist -U kernel=GENERIC</pre></li></ul>

-<p>Note, if you are rebuilding after a modification or a <tt>git pull</tt>, this is faster: <pre>$ ./build.sh -m milkymist -U -u kernel=GENERIC</pre></p>
+<p>Note, if you are rebuilding after a modification or a <tt>git pull</tt>, this is faster: </p><pre>$ ./build.sh -m milkymist -U -u kernel=GENERIC</pre><p></p>


 <h3>Test instructions</h3>
@@ -14,7 +14,7 @@
 <pre>$ git clone https://github.com/fallen/qemu.git
 $ cd qemu
 $ ./configure --target-list=lm32-softmmu
-$ make</pre>
+$ gmake</pre>

 <p>Run EdgeBSD/lm32 in qemu:</p>
 <pre>$ ./lm32-softmmu/qemu-system-lm32 -M milkymist -cpu lm32-full-mmu -nographic -kernel /path/to/edgebsd-src/sys/arch/milkymist/compile/obj/GENERIC/netbsd</pre>
@@ -25,4 +25,4 @@
 $ ./lm32-softmmu/qemu-system-lm32 -M milkymist -cpu lm32-full-mmu -nographic -s -S -kernel /path/to/edgebsd-src/sys/arch/milkymist/compile/obj/GENERIC/netbsd.gdb
 $ gdb -x /path/to/edgebsd-src/sys/arch/milkymist/compile/obj/GENERIC/.gdbinit /path/to/edgebsd-src/sys/arch/milkymist/compile/obj/GENERIC/netbsd.gdb</pre>
 and then inside gdb: <pre> target remote :1234</pre>
-</li></ul>
+</li></ul>
\ No newline at end of file
Revisions
NameDateAuthorMessage
1.6 (diff)fallen
1.5 (diff)
1.4 (diff)
1.3 (diff)khorben
1.2 (diff)khorben
1.1fallen