NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to install NodeOs in the windows10?

anlexN opened this issue · comments

i have already install Qemu, and Qemu-related command is added to system path.
default

Swap the grep segment detecting kvm in run.sh with the following snippet.

# Check for hardware-virtualization support
if [ "$(egrep -m 1 '^flags.*(vmx|svm)' /proc/cpuinfo)" ]
then
    echo ">>> KVM: ON "
    export QEMU="qemu-system-x86_64 -M accel=kvm:tcg"
else
    echo ">>> KVM: OFF "
    export QEMU="qemu-system-i386"
fi

You will still get deprecation warnings about -redir and file format detection for raw images, but it will boot.

@Maldaris, could you please tell me more details? I am a newer.
Otherwise , how to install nodeos in the virtual box?

Ah, crap, the above segment is for QEMU. I recommend using that over Virtual Box for this, especially on windows.

You'll need to add QEMU to your PATH after you install it.