with dosdbg dD (Dos, disk) turned on I do c:\> cd .. in the boot.log I see:
INT21 (0) at 9001:1d98: AX=3b00, BX=096e, CX=0000, DX=096e, DS=0b74, ES=9001 INT2F at 019a:846f: AX=1123, BX=0006, CX=0000, DX=096e, DS=0b74, ES=0100 MFS: Entering dos_fs_redirect, FN=23 MFS: selecting drive fn=23 sda_cds=0x1301f MFS: FNX=.. MFS: selected drive 2: /home/stuaxo/.dosemu/dosemu/freedos/ MFS: Finished dos_fs_redirect The int21, ax = 3B would be the change directory command; and the int2f is the network redirector (eventually leading to mfs.c) What I can't seem to work out is where the int21 calls the int2f (I wouldve assumed somewhere in int.c?), or is there a basic mechanism I'm missing? - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
