raiden00pl commented on code in PR #18820: URL: https://github.com/apache/nuttx/pull/18820#discussion_r3161122412
########## Documentation/platforms/x86/qemu/boards/qemu-i486/index.rst: ########## @@ -4,3 +4,46 @@ qemu-i486 Port of NuttX to QEMU in i486 mode. This port will also run on real i486 hardware (Google the Bifferboard). + +QEMU +==== + +QEMU is a generic and open source machine emulator and virtualizer. + +QEMU Installation +----------------- + +You can install QEMU for x86 on Linux Ubuntu this way:: + + $ sudo apt install qemu-system-x86 + +Executing QEMU +-------------- + +Running QEMU with the generated ``nuttx.elf`` file:: + + $ qemu-system-i386 -cpu 486 -m 2 -kernel nuttx.elf -nographic Review Comment: hi, have you tested it? for me qemu-i486 compilation doesn't work so I can't test it, but for x86_64 you need special "ARCH_PVHBOOT" flag for qemu `-kernel` argument to work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
