Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

booting issue #1

Open
chillancezen opened this issue Jan 29, 2019 · 1 comment
Open

booting issue #1

chillancezen opened this issue Jan 29, 2019 · 1 comment

Comments

@chillancezen
Copy link

hi Patrick,
I hope this will not bring you trouble but I still have one question which I hope to get answered,
When I was boot your kernel with the following command on a host without vmx and kvm module unloaded.

/usr/bin/qemu-system-x86_64 -curses -smp 4 -m 3000 -kernel image/disk.img -rtc base=localtime -monitor null -nographic -vnc :100

I got blank video console via vnc.

could you give me some suggestion on the environmental setup or requirement, thanks.

btw, I've also written a monolithic kernel https://github.com/chillancezen/ZeldaOS, but it's all 32-bit, and no smp supported, I wish to learn more about x86_64 and hardware assisted virtualization, I find your home brew kernel is great to cover what I am interested

@pdumais
Copy link
Owner

pdumais commented Jan 29, 2019

I've never tried without KVM enabled.
one thing I see in your command is that you use -kernel. You should be using the disk image directly instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants