Recent content by keiichicom

  1. K

    How to download your nds / gba homebrew files (or other files) with wget in dslinux.nds

    Hi, I noticed alot of the older "game getter" type homebrews result in corrupt files after downloading. Here is how to download them via dslinux.nds (dldi version) instead, which always works. You will need two network interfaces. One Ethernet or WiFi interface for your regular Internet and one...
  2. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    I am re-purposing this site to improving dslinux on the nds. For other devices either use an 2ds/3ds or higher with available Linux repos -kei.
  3. K

    dsinix, new o/s (proof-of-concept) for 80x86 DOS for dsx86 for Nintendo ds/ds lite/DSi/DSiXL

    Hi, this is the v.10 release: https://github.com/keiichicom/dsinix/tree/main. command set now includes: 2025-01-11 Command Set now includes: ls, cd, pwd, cat, touch, mkdir, rm, mv, head, tail, find, grep, sed, time, whoami, uname, clear, echo, sync, icon, beep, exit Enjoy :) -Kei
  4. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    I have given up on this project - since if there is no sdmmc driver there is no point. If others want to try, git clone this driver: and try to replace the devkit pro stuff with dslinux (ucLinux) kernel 2.6.14 headers, compile into .o files and put into dslinux. I have given up on this project...
  5. K

    Dldi Experiments does not compile

    Thanks for the tip, appreciated. I will look for the correct libnds version to start. -Kei
  6. K

    Dldi Experiments does not compile

    Hi, Anybody get this to compile: https://github.com/ahezard/dsi_dldi_experiment ? It seems to use header files from blocksds and devkitpro and fixing one issue leads to another further down the rabbit hole. I am hoping to use the resulting DLDI file to patch my build of dslinux for the DSI. -Kei
  7. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    Thank you, it is even less usable now, lol on dsi and I have given up on the sd/mmc driver unfortunately, but I still got a kick out of it on my ds lite - played some games and stuff. -Kei
  8. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    Hi Exnor, it should be since it is BASH based although depending on the memory requirements it may or may not be able to include the optional features. I will keep this in mind. Now, I am trying to create a mmc/sd Linux kernel driver for the DSi sdcard. - Kei
  9. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    Thank you. It's limited now but I plan to improve it if I can find time around my day job. -kei
  10. K

    dslinux on Nintendo DSi / DSi XL Pre-Release Published

    dslinux Proof-of-concept Build on the Nintendo DSi / DSi XL This is still your Grandma's Linux :-), but besides working on the DS/DS lite, it now also works on the DSi / DSi XL (sort-of) on the sdcard via TwilightMenu++! The main issues were that there is no memory expansion pack on the DSI...
  11. K

    Can't get DSLinux to work

    Update: on the DSI SD card via Twilightmenu++, the DLDI version is crashing loading the DLDI driver, since that driver is for flashcarts. A new Linux DLDI driver is required to get it to work on the SD card of the DSI. If you try it on the flashcart, there is not enough RAM, as others have noted...
  12. K

    Can't get DSLinux to work

    Update: I finally got the dslinux source code to compile on Debian Wheezy as-is and I am now making edits to it. If I get something that works on dsi/dsi xl I will post a message here. -Kei
  13. K

    Can't get DSLinux to work

    Also, in addition to no MEP, the dslinux kernel and nds loader source would have to be changed for dslinux to work on the DSI, otherwise it won't work since the CPU registers need to be setup differently on the DSi than on the ds as well as device drivers. This repo looks promising but it is...