Subject | Hash | Author | Date (UTC) |
---|---|---|---|
misc/emulation: fix image path | d68baade32d6f2c5e9ccdd21c9da210dde7f5940 | Leah Rowe | 2024-06-02 18:18:11 |
Update site/docs/hardware/dell9020.md | 6fa59464fadbdd620d91468084c0bb92426d0e2e | Gusher_123 | 2024-05-31 18:46:58 |
Update site/news/safety.md | 94c1e51ce3b746e1356143434176f27c8e66cf3c | Gusher_123 | 2024-05-31 18:33:39 |
Update site/docs/hardware/dell9020.md | e4823653c6fbc7fe6b4ed9c0d54c0dddd6472fc9 | Gusher_123 | 2024-05-31 18:26:32 |
remove obsolete information | e27edff3877dc30b5c3d0b3a323f5136ac150d45 | Leah Rowe | 2024-05-28 18:04:32 |
Update site/docs/hardware/ga-g41m-es2l.md | da2ec62369472714c18949ed5bea6dee04be6fef | chrislogan2 | 2024-05-28 00:56:26 |
update | 89868f9fa969cae2420581d45e5294b0444b4f6c | Leah Rowe | 2024-05-27 23:46:58 |
update | ec4e4007fa874a7377005b171cf6a8b1a0c40c3c | Leah Rowe | 2024-05-27 23:07:53 |
don't demote the other safety warning | 1930325800b0d457867e4b31d3716f1b6480a944 | Leah Rowe | 2024-05-27 11:09:06 |
grub payload warning | 040249ca742becbbbf9f3cd4cf4e6e7a0ac1ff9e | Leah Rowe | 2024-05-27 11:02:37 |
put cc0 on site.cfg | 1ea2893e03bb863485bdd3edb39f01af5de589cc | Leah Rowe | 2024-05-27 07:42:55 |
update docs/maintain/ | b2b2b7a95698b1591b3fa945a27aefdca60f82eb | Leah Rowe | 2024-05-26 14:39:50 |
add missing parenthese | 91e4e3974aece4a24d142c1300b3d43cceacb60e | sertonix | 2024-05-23 18:30:45 |
docs/install/e6400.md: Make note of 1440x900 panel errata | 222db52b57487cf1ae0503c814132c9314f091d3 | Nicholas Chin | 2024-05-20 17:13:07 |
follow-up | c1c9a60e67c73d56986c40c9e0af3ce0769d3b11 | Leah Rowe | 2024-05-13 17:04:02 |
docs/hardware/dell9029: Internal Flashing is possible with original BIOS | 10b6ca1f638f1d131a8c286a64fe5850b2a34a74 | Ben Westover | 2024-05-13 03:55:53 |
0a66ed0e2222040985ef0e842b6caf0c46435631 | Leah Rowe | 2024-05-12 19:27:23 | |
further context | 6520f681fa9e0c3db689dd53f992fbad2b275a42 | Leah Rowe | 2024-05-12 18:54:14 |
sex it up a bit | 8c407d05c99a28dc3de78e4cb579fba76cf6f0fd | Leah Rowe | 2024-05-12 18:23:50 |
purists | 0fb8d5d75719d4197368370942b2bac7693e6b7f | Leah Rowe | 2024-05-12 18:14:49 |
File | Lines added | Lines deleted |
---|---|---|
site/docs/misc/emulation.md | 3 | 3 |
File site/docs/misc/emulation.md changed (mode: 100644) (index 00dba4f..74def10) | |||
... | ... | In order to test the resulting roms, you must have qemu installed on the host ma | |
23 | 23 | Test the roms by pointing qemu to the rom in bios mode. | Test the roms by pointing qemu to the rom in bios mode. |
24 | 24 | For example: | For example: |
25 | 25 | ||
26 | `qemu-system-x86_64 -bios bin/qemu_x86_12mb/grub_qemu_x86_12mb_libgfxinit_corebootfb_usqwerty_noblobs.rom` | ||
26 | `qemu-system-x86_64 -bios bin/qemu_x86_12mb/grub_qemu_x86_12mb_libgfxinit_corebootfb_usqwerty.rom` | ||
27 | 27 | ||
28 | `qemu-system-x86_64 -bios bin/qemu_x86_12mb/uboot_payload_qemu_x86_12mb_libgfxinit_corebootfb_noblobs.rom -serial stdio` | ||
28 | `qemu-system-x86_64 -bios bin/qemu_x86_12mb/uboot_payload_qemu_x86_12mb_libgfxinit_corebootfb.rom -serial stdio` | ||
29 | 29 | ||
30 | 30 | There is basic support for an arm64 virtual machine as well, although the payloads are not as developed as the x86 one: | There is basic support for an arm64 virtual machine as well, although the payloads are not as developed as the x86 one: |
31 | 31 | ||
32 | 32 | ./build roms qemu_arm64_12mb | ./build roms qemu_arm64_12mb |
33 | 33 | ||
34 | 34 | ``` | ``` |
35 | qemu-system-aarch64 -bios bin/qemu_arm64_12mb/uboot_payload_qemu_arm64_12mb_libgfxinit_corebootfb_noblobs.rom \ | ||
35 | qemu-system-aarch64 -bios bin/qemu_arm64_12mb/uboot_payload_qemu_arm64_12mb_libgfxinit_corebootfb.rom \ | ||
36 | 36 | -M virt,secure=on,virtualization=on,acpi=on -cpu cortex-a53 -m 768M -serial stdio -vga none -display none | -M virt,secure=on,virtualization=on,acpi=on -cpu cortex-a53 -m 768M -serial stdio -vga none -display none |
37 | 37 | ``` | ``` |
38 | 38 |