Vince Weaver
Vince Weaver
Sorry for the long delay in responding to this. Might a cleaner way to fix this be to not clear the keyboard strobe at all, but instead use "GET X$"...
It might be easier the add code that detects what kind of Apple II it is being run on and then doing the right thing. I currently only have an...
getting a proper memory size value is one of the more difficult things you can do on Linux. With the 8GB Pi it's harder as a 32-bit OS can only...
if you edit libsysinfo-0.3.0/Linux/cpuinfo_arm.c and change the return value of get_arch_specific_mem_size() to be MEM_USE_MEMINFO instead of 0, do you get a better result? I'll have to think about changing the...
linux_logo doesn't auto-detect distribution, it's up to the distribution to put an /etc/linux_logo.conf that sets the default logo to use. your patch is using unicode characters. For the ASCII logos...
Try most recent git, it should fix the "running as root" issue. I don't know why EPERM would fail as a normal user. What is your perf_event_paranoid setting?
Shouldn't this step (the kernel headers install) be done for you when you initially install the cross compiler?
On Fri, 17 Nov 2017, David Böhme wrote: > Yes - there are some caveats to watch out for; the PAPI folks had a talk at > the ESPT workshop...