Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
                                            Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
                                        
                                    Hakan, About 16.04, I haven't tested with it for a long time, so it could have broken. I think it would likely be easy to fix though. If you manage,...
x86 gem5 boot worked for me on gem5 develop 937241101fae2cd0755c43c33bab2537b47596a2 LKMC 50570326d414bf213f279a791e4ae03210bafa4d let me now if you don't manage to reproduce.
Hi Eleanor, What is SMT? :-)
~~OK, if you mean https://en.wikipedia.org/wiki/Simultaneous_multithreading in a single sycall emulation CPU (running multiple threads on a single CPU with automatic switch between them), I believe that the answer is no,...
Wait, actually, `se.py` has a `--smt` options, I didn't know that. And the syntax appears to be: ``` --smt -c 'tests/test-progs/hello/bin/x86/linux/hello;tests/test-progs/hello/bin/x86/linux/hello' ``` as per: https://gem5-users.gem5.narkive.com/DCqFpzOR/gem5-smt-in-se-mode and help says: ``` --smt...
@SaiVK nope, nothing as far as I know. But I have the feeling it would be easy to get it working again, the current error message are likely simple stuff...
I can't reproduce at master: e11483015813f720d0bc5e62bdc2e9ba00a9fd83 Ubuntu 16.04. What is your Linux distribution and git version? Try either: - google the error "GnuTLS recv error", fall e.g. on https://stackoverflow.com/questions/38378914/git-error-rpc-failed-curl-56-gnutls try...
Hey ds, I think this is the intended behaviour: calling the debugger requires a magic guest operation, but QEMU does not tend to have those Afaik, even for simpler things...
Edit: created a dedicated section documenting this: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/657c59249e56d861bb0a437a1b1c757797281910#add-new-files-to-the-buildroot-image Hi Andrew, I can only spot on thing wrong, the last command says `sample_package-reconfigure`, but you likely want `spec2017-reconfigure`? For further configs,...
Do you mean like hitting `Ctrl + C` to send SIGKILL to the foreground process in nographic mode? Unfortunately I don't know how to do that well, it just kills...