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

npm start failed to start nodeOS

jumson opened this issue · comments

There were no errors, only this console output:

ubuntu@ubuntu16:~/NodeOS$ npm start

> NodeOS@1.0.0-RC3 start /home/ubuntu/NodeOS
> scripts/start

ubuntu@ubuntu16:~/NodeOS$

after trying to run that script, I get this:

ubuntu@ubuntu16:~/NodeOS$ sudo ~/NodeOS/scripts/start
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
Could not initialize SDL(No available video device) - exiting

at this path:ubuntu@ubuntu16:~/NodeOS/out/x86_64/pc/qemu$
I ran this command, based on the qemu run.sh script, and it booted me into the REPL:

qemu-system-x86_64 -vga std -m 256M -redir tcp:50080::80 -redir tcp:50443::443 --kernel kernel --initrd initramfs.cpio.gz -hda usersfs.img -append "root=/dev/sda ip=dhcp vga=0x344 console=ttyAMA0,115200 console=ttyS0" -nographic