Big Smoke
Big Smoke
```SHAREDLIBS=N``` and ```SHAREDLINK=N``` was already there and I changed the ```KEYBOARD=SCANKBD``` to ```KEYBOARD=TTYKBD``` but its still giving me the same error
here is what I use: Linux 6.8.9 kernel with default config (except the framebuffer) Busybox 1.36.1 (I am mounted /dev and /sys etc) here is my config file: [config.txt](https://github.com/ghaerr/microwindows/files/15279131/config.txt) also...
just cd into root and run ```./nano-X```
so I ran mwdemo and same error also very new to this so all I did was run ```chmod 777 /dev/tty```
same problem here ans losing my mind to solve it
I'm using premake and compiling it manually only thing I do it define GLFW_WIN32
@ilyakurdyukov would be appreciated if you added some comments explaining how to do basic things (fptest)
I just ran usb/fptest.bin and the command spd_dump ran successfully but the phone is still just a black screen command: ./spd_dump --wait 1000000 fdl nor_fdl1.bin 0x40004000 fdl usb/fptest.bin ram output:...
``` make: *** No rule to make target 'all'. Stop. ``` I had a run_doom.sh and I copied ur commands to it how can I use ur script? (I never...
running this (without make cuz it not work messed up directories) ```sh #!/bin/bash game="doom" run_game() { ./spd_dump \ fdl nor_fdl1.bin 0x40004000 \ fdl fp$game.bin ram test $? = 0 &&...