寻找在不同机器上安装龙芯镜像,以及在龙芯上安装虚拟器的内容。
在WIN或LINUX上安装龙芯镜像,然后在龙芯镜像运行里再安装虚拟机,在龙芯镜像虚拟机里再安装WIN或LINUX。
这个过程就过完了,保持增进这个过程的流畅,不断优化,使这个过程中的参与方可以随时随意寻找到和实现。
PCE.js:开源的网页版IBM PC & Macintosh模拟器 :pengan1987
http://www.cn-dos.net/forum/viewthread.php?tid=70889&fpage=1
https://jsemu.oss-cn-shanghai.aliyuncs.com/pcjs/example4.html
眉头上Caps Num Scroll三个打勾,输入2-20-1997,回车。
输入debug回车,输入d回车。debug状态。
注意英文输入状态。
龙芯源
http://ftp.loongnix.org/toolchain/qemu/
好像是QEMU主页
https://www.qemu.org/index.html
64位WIN的QEMU
https://qemu.weilnetz.de/w64/
32位WIN的QEMU
https://qemu.weilnetz.de/w32/
--------------------------------------------------------------
来来克死操作系统系列的不同对应安装命令(应该前提需要网络)
Linux
QEMU is packaged by most Linux distributions:
Arch: pacman -S qemu
Debian/Ubuntu: apt-get install qemu
Fedora: dnf install @virtualization
Gentoo: emerge --ask app-emulation/qemu
RHEL/CentOS: yum install qemu-kvm
SUSE: zypper install qemu
---------------------------------------------------------------
苹果操作系统的安装命令(应该前提需要)
macOS
QEMU can be installed from Homebrew:
brew install qemu
--------------------------------------------------------------
可能是下载软件包,翻译成机器语言再安装的几个命令
Build instructions
To download and build QEMU 2.11.0-rc3:
wget
https://download.qemu.org/qemu-2.11.0-rc3.tar.xz
tar xvJf qemu-2.11.0-rc3.tar.xz
cd qemu-2.11.0-rc3
./configure
make
To download and build QEMU from git:
git clone git://git.qemu.org/qemu.git
cd qemu
git submodule init
git submodule update --recursive
./configure
make
------------------------------------------------------------------------------------
node
Last edited by zzz19760225 on 2018-12-5 at 15:06 ]
Looking for content on installing Loongson images on different machines and installing virtual machines on Loongson.
Install a Loongson image on WIN or LINUX, then install a virtual machine within the Loongson image, and then install WIN or LINUX within the Loongson image virtual machine.
This process is completed. Keep improving this process to make it smooth, and continuously optimize it so that the participants in this process can find and implement it at any time and at will.
PCE.js: Open-source web-based IBM PC & Macintosh emulator : pengan1987
http://www.cn-dos.net/forum/viewthread.php?tid=70889&fpage=1
https://jsemu.oss-cn-shanghai.aliyuncs.com/pcjs/example4.html
Make sure the Caps, Num, and Scroll locks are all on, enter 2-20-1997, and press Enter.
Enter debug and press Enter, then enter d and press Enter. Debug state.
Note the English input state.
Loongson source
http://ftp.loongnix.org/toolchain/qemu/
Seems to be the QEMU homepage
https://www.qemu.org/index.html
64-bit WIN QEMU
https://qemu.weilnetz.de/w64/
32-bit WIN QEMU
https://qemu.weilnetz.de/w32/
--------------------------------------------------------------
Different corresponding installation commands for the Lai Laike Si operating system series (should require network beforehand)
Linux
QEMU is packaged by most Linux distributions:
Arch: pacman -S qemu
Debian/Ubuntu: apt-get install qemu
Fedora: dnf install @virtualization
Gentoo: emerge --ask app-emulation/qemu
RHEL/CentOS: yum install qemu-kvm
SUSE: zypper install qemu
---------------------------------------------------------------
Installation commands for Apple operating systems (should require beforehand)
macOS
QEMU can be installed from Homebrew:
brew install qemu
--------------------------------------------------------------
Possible commands for downloading software packages, translating into machine language, and then installing
Build instructions
To download and build QEMU 2.11.0-rc3:
wget
https://download.qemu.org/qemu-2.11.0-rc3.tar.xz
tar xvJf qemu-2.11.0-rc3.tar.xz
cd qemu-2.11.0-rc3
./configure
make
To download and build QEMU from git:
git clone git://git.qemu.org/qemu.git
cd qemu
git submodule init
git submodule update --recursive
./configure
make
------------------------------------------------------------------------------------
node
Last edited by zzz19760225 on 2018-12-5 at 15:06 ]