On Oct 24, 2010, at 9:25 AM, Ong Wen Jian wrote: > > Hi Ali Saidi, > > with refering to the topic on "Error creating a disk image using PTXDIST, it > means that now i'm writing a C++ source code to model a GPU and also some > python files to create a new GPU module for the M5 simulator, and I only need > to try to build all my source code together with the existing M5 simulator > source code ?? For the model yes...
> I m creating a disk image with a linux kernel because i'm not sure the > existing linux kernel provided include the GPU driver for Voodoo 3 GPU or > not. Ok, but the driver is in the kernel and with M5 the kernel is specified separately from the disk image, so you still wouldn't need to create a new disk image. If you would like to add a file to the disk image please follow the directions on m5sim.org to mount the file system and copy the file onto it. Thanks, Ali _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
