Y
Hacker News
new
|
ask
|
show
|
jobs
by
akkartik
3939 days ago
Is anybody able to get the repo running? 'make qemu' simply shows a blank screen and exits. But the repo seems much farther along than the blog post.
1 comments
programble
3938 days ago
The build defaults to debug, so `make qemu` also starts QEMU waiting for a debugger to attach. `make qemu BUILD=release` won't.
link
akkartik
3938 days ago
Thanks!
link