GPF`s Development Site

NAME: DS romdiskFS

Description: port of romdiskfs for the Nintendo DS

Screenshot:

Downloads

here is the precompiled libs and header files and a an examples for using romdiskfs on the DS.

DSromdiskfs.rar

This DS lib implements the Linux ROMFS file system for reading a pre-made boot romdisk.

To create a romdisk image, you will need the program "genromfs". This program was designed for Linux but can compile under Cygwin.", included is a prebuilt mingw windows binary.
This was derived/ported from KOS 1.3.x from the Dreamcast KallistiOS .

included is a simple FS test which demonstrates uses the romdisk and also ramdisk ,reading a a file from the romdisk and copies it to ramdisk, and then it displays the directory structure of the ramdisk.

* Now has newlib integration code by TheLazy1 (lazyone.drunkencoders.com) *
* Thanks to: Chishm for libfat which I referenced to get this working.

#include "kos/fs_romdisk.h"

and in beginning of main function, check fs_romdisk.h for other methods of integration.

if (!romfsInitDefault())
{
iprintf("Unable to initialize media device!");
return -1;
}


here is another link to a different version of genromfs.exe and a link to the cygwin1.dll if you need it.

http://www.feetoffury.com/files/genromfs-cygwin.zip and http://www.dll-files.com/dllindex/pop.php?cygwin1









The Hottest DCEmu Posters