Re: [Freedos-user] Cyrillic charset.

2008-10-17 Thread D.A.
Fri, 17 Oct 2008 Eric Auer wrote:

 By the way, the kernel will probably show that ASCII E0 if you
 use Alt-2-2-4 to enter that character (using the numpad digits).

Kernel will show empty space. But 'echo [EMAIL PROTECTED]' will show E0.

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cyrillic charset.

2008-10-14 Thread D.A.
Tue, 14 Oct 2008 16:30:24 -0400 Henrique Peron wrote:

 under VMWare Server 1.0.7) and it worked fine. I've typed cyrillic
 р (Latin r) both under the DOS prompt and under applications
 such as EDIT.COM.

No problem with 'р' (Latin 'r') in EDIT or any other applications,
except command promt.

 I see that the discussion here runs around kernel, command

Yes. Look on cyrillic alphabet at 08d8 in kernel.sys.
There is the muddle with latin and cyrillic characters, 
especially in capital letters row.

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cyrillic charset.

2008-10-13 Thread D.A.
Mon, 6 Oct 2008 10:50:10 +0200 (MEST) Eric Auer wrote:

2) I see no way for type cyrillic char 'р' (hex E0) in
the command promt. Got empty space instead of desired 'р'.
 
  In 4dos.
And FreeCOM too. By the way, in DR-DOS with the same 4dos I have
desired char in command promt.

 Ask on the 4dos webpage / forum, I am not sure
 whether the 4dos people read freedos-user often.

What make you think this command interpreter bug?
I'm sure on 100% - this is kernel bug.

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cyrillic charset.

2008-10-06 Thread D.A.
Wed, 1 Oct 2008 22:55:00 +0200 (MEST)  Eric Auer пишет:

  1) I have discover strange behaviour in the 'FreeDOS Edit 0.7d'.
 It would be really nice if you could let me know if that helps :-)
Looks like 'edit 0.9' free from this bug.

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Application crash

2008-10-05 Thread D.A.
Sat, 4 Oct 2008 23:05:07 +0200 (MEST)  Eric Auer пишет:

  Will be 100% crash when 'NAUTILUS_CONFIG_FILE' variable are set or
  '-s arg' (port lock speed) and sometimes '-e arg' (cipher)
  arguments are present in command line.
 
 What do the -s ARG and -e ARG options port lock speed and cipher
 do exactly? Are they documented to be harder for DOS or hardware?

-e
Encryption can be specified using the -e option and following it
with the name of the specified cipher or NONE to turn encryption
off. Note that if the -e option is not specified, Nautilus will use
the Blowfish cipher by default. To get a list of available ciphers,
use the -l ciphers option.

-s
If you wish to change the default DTE speed from 19,200 to a higher
value, use the -s option followed by the speed you wish to use.

'-s' are most problem option. When '-s ...' missing in command line,
nautilus will use default DTE speed - 19200. He will start-up and work,
however, on exit I got: Invalid Opcode at 5a38 978b 0202 59ba 4689 89e2
e456 c02b 4689 89f2 f046 4639 7dfe.

  run-time error M6111: MATH
  - floating-point error: stack underflow
  Invalid Opcode at 0108  0017 00D0 037C 058E 00D0 1B04 08E4
  DB1D 00D0 6698 00D0
 
 Hmmm floating point stack underflow or stack underflow?
 You can try a few of the following:
 
 STACKS=9,256 (or at most 16,384) instead of the 0,0 default

OK, I set STACKShigh=9,256

 Run CALC387 to check if your floating point behaves okay in
 FreeDOS in general - maybe also useful to use it at all before
 you run Nautilus Digital Voice Communicator...? Might be that
 DR DOS does some init which FreeDOS does not but CALC387 does?

I have no 'CALC387' at this time, but I will see on freedos.org for
that.

 Try to use no or another emm386: FreeDOS EMM386, JEMM386, JEMMEX?
 Also read the docs for the compatible safe settings :-)

Hmm. With an 'jemmex' i've got some gifts: more free conventional
memory (about +3 kb.) and Nautilus works VERY WELL in this
configuration. However, I lost something:

1) Free XMS now = 633 Kb, SRDXMS disk = 6Mb. Should be about 45Mb free
XMS with 262Mb SRDXMS disk.

2) My favorite games complain about 'not enough memory'.

Should I reboot and switch FreeDOS boot configuration from time to
time when I need Nautilus or games?.. ;-(

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cyrillic charset.

2008-10-05 Thread D.A.
Wed, 1 Oct 2008 22:55:00 +0200 (MEST)  Eric Auer пишет:

 I have a suggested patch for that but you can use it for
 EDIT 0.9 not for EDIT 0.7 now ;-). Please do the following:
 Edit the dflat.h file and modify the following two lines:

Tomorrow I will see on 'edit 0.9'.

  2) I see no way for type cyrillic char 'р' (hex E0) in the command
  promt. Got empty space instead of desired 'р'.
 
 Both with FreeCOM 0.82pl3 and FreeCOM 0.84 you mean...? You can

In 4dos.

  FreeDOS kernel build 2036 cvs [version Sep 09 2005 compiled May 21
  2006]
 
 You can also try a kernel 2038 preview as the kernels
 which are used in the rugxulo distro, see above :-).
 Thanks for testing :-).

I'm on http://rugxulo.googlepages.com/. Where is hyperlink for 2038?
Keyword '2038' appears there only once: #1 uses the latest 386+
2038pre.

-- 
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Application crash

2008-10-04 Thread D.A.
Hello.

I have many silent and verbose crashes with Nautilus Digital Voice 
Communicator -- Version 1.5a. However, in the same time Nautilus works 
very well in DR-DOS.

Will be 100% crash when 'NAUTILUS_CONFIG_FILE' variable are set or '-s 
arg' (port lock speed) and sometimes '-e arg' (cipher) arguments are 
present in command line.

run-time error M6111: MATH
- floating-point error: stack underflow
Invalid Opcode at 0108  0017 00D0 037C 058E 00D0 1B04 08E4 DB1D 00D0 
6698 00D0

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Cyrillic charset.

2008-10-01 Thread D.A.
1) I have discover strange behaviour in the 'FreeDOS Edit 0.7d'. When I 
type cyrillic 'п' (hex AF), then 'п' will disapper and 1-5 following 
symbols will stay invisible.

2) I see no way for type cyrillic char 'р' (hex E0) in the command promt. 
Got empty space instead of desired 'р'.

display.exe con=(ega,,1)
mode.com con codepage prepare=((866) %dosdir%\cpi\ega3.cpx)
mode.com con codepage select=866
keyb.exe ru,,%dosdir%\bin\keybrd2.sys
FreeDOS kernel build 2036 cvs [version Sep 09 2005 compiled May 21 2006]

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] invalid opcode when loading mode

2008-09-23 Thread D.A.
On Sun, 21 Sep 2008, Eric Auer wrote:

  set TZ=X)Y)
 Do not set TZ, it confuses info-zip zip and unzip.

However, unzip32 will complain about TZ absent. I have set up TZ and 
variable confuse nobody.

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] usb mouse.

2008-08-30 Thread D.A.
Hello.

Does ctmouse support mouse USB 1.0 ?

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Links2 and Elinks for DOS...

2008-05-18 Thread D.A.
On Sun, 11 May 2008, Florian Xaver wrote:

 ...is available now!! :-)
 
 Download them at http://mik.dyndns.org/dos-stuff/
 
 Both are small web-browsers! (I haven't tested it now, but I will...)
 
 Please post your results of test!
Result: 404 Not Found.

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] [Xen-devel] Unable to boot FreeDOS 1.0

2008-03-20 Thread D.A.
On Fri, 21 Mar 2008, Eric Auer wrote:

 Hi Geraldo, please do never send files to a mailing list.

Btw, why?

 
  Hi Guys, It seems command.com is missing

--
D.A.
id 0xC4D22CDD
fp 8F52 8619 6918 DAE3 5E61  3146 C89F BDB8 C4D2 2CDD

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Unable to boot using GRUB

2007-11-30 Thread D.A.
On Fri, 30 Nov 2007, Enbor . wrote:

 Well, I think I have found the problem, but not the solution.
 
 If I type ctmouse, the system says that a COM mouse is installed,
 but my mouse is PS/2.
 
 The problem is that when I type ctmouse /p, the system says that
 it's unable to find a PS/2 mouse.
 
 How can I say to FreeDOS that my mouse is not COM?

Just try to use cross bridge (I don't know how it say in english 
correctly) PS2-COM if you have one, of course.

--
D.A.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user