-
Some of the developers on the unofficial X16 Discord server feel that it would be beneficial for languages and other programming if the kernal exposed an API for working with the SD card at a lower le…
-
when i am building kernal module i am getting error not found , when i go to include/linux i found asm-generic folder is available instead of asm, kindly guid me how can i solve this
-
From Commander X16 Discord:
The stdio file stuff does runtime translation from ASCII to PETSCII, but the kernal wrappers don't. cc65 has compile-time translation for all C strings, but llvm-mos doe…
-
I downloaded it and tried the command given by readme, but it failed and told me:
Kernal configuration is invalid.
include/generated/autoconf.h or include/generated/auto.conf are missing.
Run 'make…
-
My system will crash While increasing splash request load and I am getting the following trace in my kdump.
> [59842.121609] Free swap = 2097148kB
[59842.121610] Total swap = 2097148kB
[59842.12…
-
The package `rpy2` loads fine:
```python
import rpy2
```
but when I try to load the submodule robjects:
```python
import rpy2.robjects as robjects
```
the kernal restarts (hovering over the …
-
![image](https://user-images.githubusercontent.com/38940774/39569963-a40bea2a-4e7b-11e8-80b9-0b39a8fb225e.png)
I've been trying to figure this out for 4-5 hours
Dump kernal? No problem.
Flash…
-
When I install and launch a notebook session through IJulia (to try to diagnose https://github.com/LilithHafner/BasicAutoloads.jl/issues/9), the kernel does not connect:
```
x@x:~$ julia --startup=no…
-
在macbook上使用这个插件的时候会导致high kernal_task, 这是因为在mac上跑这个插件时,会导致极高的温度,我看到的说法是:high chassis temperature caused by charging, 这个高温会导致mac将kernal_task usage提高到非常夸张的地步,然后整体系统会完全变慢,重启并没有解决这个问题
-
It seems nitpicky, but a common way to organize imports is :
language built in import 1
language built in import 2
pip installed package import 1
pip installed package import 2
Start code.