Re: 64-bit compile? - SOLVED

2007-11-15 Thread Bart Oldeman
On Nov 15, 2007 7:16 AM, Bryan J. Smith [EMAIL PROTECTED] wrote: Hence why I wrote a brief blog article here: 'What is x86-64? Long Mode memory model ...' http://thebs413.blogspot.com/2005/10/what-is-x86-64-long-mode-memory-model.html One thing to correct, otherwise it looks fine: 'Long Mode

How can I force all files created by any user in dosemu to be 'read and write' enabled for all users?

2007-11-15 Thread Tarquin Adams
Currently when a user creates a file, it is 'read only' for that user's group and other users. Only the creating user has read write permissions. How can I force all files created by any user in dosemu to be 'read and write' enabled for all users or at least for users in the same group as the

Re: How can I force all files created by any user in dosemu to be 'read and write' enabled for all users?

2007-11-15 Thread Frank Cox
On Thu, 15 Nov 2007 10:26:56 - Tarquin Adams [EMAIL PROTECTED] wrote: How can I force all files created by any user in dosemu to be 'read and write' enabled for all users or at least for users in the same group as the creator? Write a little script to load dosemu from and set a umask

Re: documentation for fs redirector

2007-11-15 Thread Rafał Cygnarowski
Hi! int21/ah=6c is the one to use for a DOS app. IIRC DJGPP programs use this one for straight C programs; otherwise you'd have to call it manually. quotation INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - EXTENDED OPEN/CREATE FILE AX = 112Eh SS = DS = DOS DS [cut] BUG:this

Re: documentation for fs redirector

2007-11-15 Thread Mike McCarty
Rafał Cygnarowski wrote: Hi! int21/ah=6c is the one to use for a DOS app. IIRC DJGPP programs use this one for straight C programs; otherwise you'd have to call it manually. quotation INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - EXTENDED OPEN/CREATE FILE AX = 112Eh SS = DS =

Re: documentation for fs redirector

2007-11-15 Thread Rafał Cygnarowski
Hi! Dnia czwartek, 15 listopada 2007, Mike McCarty napisał: Without actually seeing the defective code from DOS and your attempted workaround, it's impossible to tell. I am an old hand at MSDOS and assembler, though not much with the undocumented I/Fs. However, if you want you can shoot me