Tommy Jeff
Tommy Jeff
Afaik, jemul8 can not run Linux, because at least it does not support memory paging. May need the author to declare this issue officially.
The above code is ported from this C program, and this C program works as expected. And here is the command line to build this program (Let's call it `protect_mode.c`):...
> _ugh_. So here's what's going on: mkisofs-rs is being built without taking the lockfile into account (https://github.com/Thog/mkisofs-rs/blob/master/Cargo.lock). So it ends up building with a newer version of clap, which...
This diff fixed the qemu error: ```diff diff --git a/Makefile.toml b/Makefile.toml index ee43cc80..ae7bc2e9 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -31,7 +31,7 @@ QEMU_COMMON_FLAGS = """\ -vnc ${VNC_PORT} \ -no-reboot \...
What's the login name and password? I tried `root` & `root`, but failed.
thank you, login success.
Since scanned PDF are all images without any text elements, and PEP now can just render text, but can not render images, so this is why all pages are blank....
Hi, It seems PEP did not parse and render your PDF correctly, is it possible to upload your PDF here for debugging purpose?
@Swaasjel As PEP is still in alpha, which means it will just work for some simple PDFs, and has a lot of feature lacked, we will add more features as...