diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 18:07:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 18:07:43 +0200 |
commit | 37175a9783c561c8a3f94b6818dabf512c3674e9 (patch) | |
tree | af305d32733cbc31b70aa709db228dc8ce6e655f /target/qemu-mips64/files | |
parent | 141bcc0f9d8ebfd06865420653333347d19dc39d (diff) |
qemu MIPS support
- add support of all MIPS variants
- MIPS32 boots fine with MALTA emulation
- MIPS64 has a problem booting in 64 kernel mode,
even linux 2.6.30rc7 halt on boot
- remove Config.default
Diffstat (limited to 'target/qemu-mips64/files')
-rw-r--r-- | target/qemu-mips64/files/etc/mdev.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/qemu-mips64/files/etc/mdev.conf b/target/qemu-mips64/files/etc/mdev.conf new file mode 100644 index 000000000..a8b87c84c --- /dev/null +++ b/target/qemu-mips64/files/etc/mdev.conf @@ -0,0 +1,11 @@ +rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc +tun 0:0 660 >net/tun +device-mapper 0:0 660 @mkdir /dev/mapper +null 0:0 777 +zero 0:0 666 +u?random 0:0 644 +console 0:0 0600 +ptmx 0:0 666 +tty 0:0 666 +ttyS* 0:0 640 +.* 0:0 644 @/lib/mdev/init |