|
2008-02-25
, 20:29
|
Posts: 50 |
Thanked: 1 time |
Joined on Jan 2008
|
#12
|
|
2008-02-25
, 20:42
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#13
|
|
2008-02-25
, 21:30
|
Posts: 50 |
Thanked: 1 time |
Joined on Jan 2008
|
#14
|
|
2008-02-26
, 00:01
|
Posts: 35 |
Thanked: 17 times |
Joined on Jan 2008
|
#15
|
no real computer programing experience, All program experience I have had is with thing like programing a robot arm to do things for school and calculator programs to make little things
|
2008-02-26
, 04:50
|
Posts: 4 |
Thanked: 0 times |
Joined on Oct 2007
@ Orange County, California
|
#16
|
|
2008-02-26
, 15:30
|
|
Posts: 772 |
Thanked: 183 times |
Joined on Jul 2005
@ Montclair, NJ (NYC suburbs)
|
#17
|
Maybe the lack of readers is dictated by the de facto development environment. Most N8*0 developers care less about Windows. ... The N8*0 development environment is geared for Linux. Why waste time with Windows?
|
2008-02-26
, 15:34
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#18
|
Maybe the lack of readers is dictated by the de facto development environment. Most N8*0 developers care less about Windows.
http://wiki.gp2x.org/wiki/AndLinux#How_to_mount_a_Windows_partition
PS: So my settings.txt (not settings_static.txt) file looks like this as I'm mounting my F:\ partition...
mem=256
root=/dev/cobd0
initrd=initrd.gz
kernel=vmlinux
exec0="pulseaudio\pulseaudio.exe"
cobd0=Drives\base.drv
cobd1=Drives\swap.drv
eth0=slirp
eth1=tuntap,"TAP-Colinux",00:11:22:33:44:55
cofs1=F:\
To make the folder use the terminal command
mkdir /mnt/f
Then I edited the /etc/fstab file to add to the bottom
1 /mnt/f cofs defaults 0 0
I then shutdown andLinux (after closing all open Linux applications) by running the batch file located in the andLinux directory
srvstop.bat
then started it up again using
srvstart.bat
Now the partition automatically mounts at each Windows start up.
16-Bit x86 DOS: DOSBox
Amiga 68k: UAE
Apple II: Winapple
Apple 68k Mac: Basilisk II
Commodore 64: Frodo
Palm OS: Access GarnetVM
TI-89 Calculator: TiEmu 2
Last edited by OSEmuTech; 2008-02-25 at 20:07. Reason: Added extra steps to clarify