a bit closer

This commit is contained in:
Ciro Santilli
2018-02-13 16:09:16 +00:00
parent d97d461605
commit 64130ecfb9
22 changed files with 316 additions and 569 deletions

View File

@@ -1,11 +1,8 @@
[[other-architectures]]
= Other architectures
=== Other architectures
The portability of the kernel and toolchains is amazing: change an
option and most things magically work on completely different hardware.
The portability of the kernel and toolchains is amazing: change an option and most things magically work on completely different hardware.
[[arm]]
== arm
==== arm
First build:
@@ -24,14 +21,10 @@ Debug:
TODOs:
* only managed to run in the terminal interface (but weirdly a blank
QEMU window is still opened)
* GDB not connecting to KGDB. Possibly linked to `-serial stdio`. See
also:
https://stackoverflow.com/questions/14155577/how-to-use-kgdb-on-arm
* only managed to run in the terminal interface (but weirdly a blank QEMU window is still opened)
* GDB not connecting to KGDB. Possibly linked to `-serial stdio`. See also: https://stackoverflow.com/questions/14155577/how-to-use-kgdb-on-arm
[[aarch64]]
== aarch64
==== aarch64
....
./build -a aarch64
@@ -48,8 +41,7 @@ no module object found for ''
when you connect. `Ctrl + C` then `c` works though.
* How to add devices to `-M virt` as we did for `-M versatilepb`
[[mips64]]
== mips64
==== mips64
....
./build -a mips64