简体   繁体   English

使用QEMU在树莓派上的Debian 3.0中的php3

[英]php3 in Debian 3.0 on a raspberry pi using QEMU

yes, my question is VERY esoteric. 是的,我的问题很深奥。 I get that. 我明白了。 But for good reasons I have to get Debian 3.0 running on a raspberry pi. 但是出于充分的理由,我必须让Debian 3.0在树莓派上运行。 Actually i'm fine with any solution that gets me a modern browser connecting to LAMP with php3 on a raspi to be honest but I figured just running an old linux image in a QEMU container would be the way to go. 实际上,我对任何解决方案都很好,说实话,我可以通过raspi在php3上使用php3连接到LAMP的现代浏览器,但我认为仅在QEMU容器中运行旧的Linux映像即可。 (Getting a 16 year old media arts project to work on a modern computer and no, it's not going to be exposed to the internet) I am using raspbian as the base. (让一个16岁的媒体艺术项目可以在现代计算机上工作,不,它不会暴露在互联网上)我使用的是raspbian作为基础。 However, booting up the debian 3.0r6 cd: 但是,启动debian 3.0r6 cd:

qemu-system-i386 -hda hda.img -cdrom debian-30r6-i386-binary-1.iso -boot d -m 256

The image boots but the keyboard is totally screwed. 图像启动,但键盘完全拧紧。 No single key is where it should be. 没有一个单独的键应该在哪里。 I'm using a standard mac usb keybaord. 我正在使用标准的Mac USB Keybaord。 any hints? 有什么提示吗? Alternatively: Any hints on how to get php3/apache1 running on a raspberry pi? 或者:关于如何在树莓派上运行php3 / apache1的任何提示?

Try to explicitly add a keymap ( -k en ). 尝试显式添加一个键盘映射( -k en )。 See https://wiki.archlinux.org/index.php/QEMU#Keyboard_seems_broken_or_the_arrow_keys_do_not_work for more details. 有关更多详细信息,请参见https://wiki.archlinux.org/index.php/QEMU#Keyboard_seems_broken_or_the_arrow_keys_do_not_work

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM