My GL-MT300N-V2 playground
- https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt76x8/openwrt-toolchain-23.05.3-ramips-mt76x8_gcc-12.3.0_musl.Linux-x86_64.tar.xz
- https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt76x8/
- https://openwrt.org/toh/gl.inet/gl-mt300n_v2
- https://openwrt.org/toh/start
- https://openwrt.org/supported_devices
- https://blog.csdn.net/p1279030826/article/details/115599946
- https://github.com/weimingtom/tinybasic_cpp
- https://github.com/amihart/MIPSelBinaries
- https://github.com/noczero/PASCAL-DAP/blob/master/Tubes/References/HPSource/Source16/C/BAS-INT/BAS-INT.C
- https://github.com/weimingtom/tinybasic_csharp
- https://gist.github.com/pmachapman/661f0fff9814231fde48
- https://github.com/weimingtom/wmt_basic_study
- https://github.com/weimingtom/cecilia
- (done) TODO: build failed on MSYS2 MINGW64
- https://github.com/weimingtom/eriri/tree/master/rubyjni/jni/ruby-1.8.4
- https://www.ruby-lang.org/zh_cn/downloads/releases/
- https://cache.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4.tar.gz
- TODO: build failed on MSYS2 MINGW64
- https://github.com/buildroot/buildroot/tree/master/package/ascii-invaders
- https://github.com/macdice/ascii-invaders
- https://sources.buildroot.net/ncurses/
- (use this) ncurses-6.4-20230603.tar.gz
- (not used) ncurses-6.5.tar.gz
- https://invisible-island.net/ncurses/
- https://blog.csdn.net/qq_26962739/article/details/138335425
- (not used) https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
- usage:
# cd /dev/shm
# mkdir x
# cp xterm-256color ./x/
# TERM=xterm-256color TERMINFO=. ./ascii_invaders
(Press space to start, press q to exit)
- (done)