diff options
author | Conrad Pankoff <deoxxa@fknsrs.biz> | 2019-06-06 07:45:12 +1000 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-06 09:42:14 +0200 |
commit | fe380d8f49eacb1670e89bd7eef1adc6dbcebc1f (patch) | |
tree | 8ab5336878a3f550a79798435d83efedc319a088 | |
parent | 01f13338566211b3d20bd922597f546d184a70c3 (diff) | |
download | serenity-fe380d8f49eacb1670e89bd7eef1adc6dbcebc1f.zip |
Documentation: Describe compatible QEMU versions
-rw-r--r-- | Meta/BuildInstructions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Meta/BuildInstructions.md b/Meta/BuildInstructions.md index 8ee623a3d3..b24d3cc33d 100644 --- a/Meta/BuildInstructions.md +++ b/Meta/BuildInstructions.md @@ -16,6 +16,8 @@ For Serenity, we will need e2fsprogs and QEMU: sudo apt install e2fsprogs qemu-system-i386 +Note: there is a problem with the PS/2 keyboard/mouse emulation in QEMU 2.11.1 as packaged in Ubuntu's LTS releases. If you have any strange behaviour with missing keyboard inputs or jittery mouse movement, try building QEMU from source. 2.12.1, 3.0.1, 3.1.0, and 4.0.0 are all confirmed as working when built from source. + ## Binutils: Download GNU binutils-2.32 and apply the patch serenity/Meta/binutils-2.32-serenity.patch |