Re: [Freedos-user] freedos not installing

2007-06-14 Thread Roberto Mariottini
Hi,

elias eter wrote:
> Hi,
>  
> I bought a new Dell n series with freedos.  i want to install  freedos 
> on it  from the CD. All goes well until it asks me to chose
> 1) FreeDOS beta8 installation
> 2) Run freeDos from CD-ROM
> 3) Create FreeDos  boot floppy
> v) view
> r) reboot
>  
> The problem is that I cannot chose any because the computer is not 
> reacting any more. The prompt is flashing but nothing else happens
>  
> I need help since Dell doesn't support FreeDOS

I guess this problem has been resolved in one of the more recent 
versions of FreeDOS (beta8 is very old).

Try downloading the latest FreeDOS 1.0 from www.freedos.org and install 
that version instead.

Ciao

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] LAME 3.97 final

2007-06-14 Thread Florian Xaver
Hi,

I compiled the latest version of LAME 3.97 final with DJGPP (had to change  
the makefile).
NTOSKRNL.VXE said, that it is 5% faster than  Blair's version 3.97b2, so I  
thought, I have to announce it. ;-)

http://www.flox.at.tf

LAME is a mp3 encoder. (I used GCC 4.1.2., and compressed it with UPX.  
Because I haven't used NCURSE, the screen output won't be that nice.)

Bye
  Flo
-- 
Using Arachne, the smallest and smartest browser in the world.

It is true, that no one can essentially cultivate exact science without  
understanding the mathematics of that science. But we are not to suppose  
that the calculations and equations that mathematicians find so useful  
constitute the whole of mathematics. The calculus is but a part of  
mathematics.  (James Clerk Maxwell)

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] freedos not installing

2007-06-14 Thread elias eter
Hi,

I bought a new Dell n series with freedos.  i want to install  freedos on it  
from the CD. All goes well until it asks me to chose
1) FreeDOS beta8 installation
2) Run freeDos from CD-ROM
3) Create FreeDos  boot floppy
v) view
r) reboot

The problem is that I cannot chose any because the computer is not reacting any 
more. The prompt is flashing but nothing else happens

I need help since Dell doesn't support FreeDOS

Thanks

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] keyboard function and cursor key remapping problem

2007-06-14 Thread Arkady V.Belousov
Hi!

11-Июн-2007 16:18 [EMAIL PROTECTED] (Eric Auer) wrote to
freedos-user@lists.sourceforge.net:

>> How can I remap function and cursor keys to those char codes:
>> F1 to F6 to char codes 0xb1 to 0xb6
>> left right up down to char codes 8, 6, 0x0b, 5
EA> I think both KEYB and NANSI could do that, but can anybody
EA> explain which config files / strings have to be used for
EA> that and how they are activated in KEYB or NANSI?

 With active ANSI.SYS, you should send these codes specific Esc codes.
For remapping keyboard, there is next code:

"
ESC[code;string;...p
Set Keyboard Strings: Redefines a keyboard key to a specified string.
The parameters for this escape sequence are defined as follows:

* Code is one or more of the values listed in the following table.
   These values represent keyboard keys and key combinations. When using
   these values in a command, you must type the semicolons shown in this
   table in addition to the semicolons required by the escape sequence.
   The codes in parentheses are not available on some keyboards.
   ANSI.SYS will not interpret the codes in parentheses for those
   keyboards unless you specify the /X switch in the DEVICE command for
   ANSI.SYS.

 * String is either the ASCII code for a single character or a string
   contained in quotation marks. For example, both 65 and "A" can be
   used to represent an uppercase A.

IMPORTANT:  Some of the values in the following table are not valid for all
computers. Check your computer's documentation for values that
are different.

Key   Code  SHIFT+code  CTRL+code  ALT+code
───
F10;59  0;840;94   0;104
F20;60  0;850;95   0;105
F30;61  0;860;96   0;106
F40;62  0;870;97   0;107
F50;63  0;880;98   0;108
F60;64  0;890;99   0;109
F70;65  0;900;100  0;110
F80;66  0;910;101  0;111
F90;67  0;920;102  0;112
F10   0;68  0;930;103  0;113
F11   0;133 0;135   0;137  0;139
F12   0;134 0;136   0;138  0;140
HOME (num keypad) 0;71  55  0;119  ──
...
"

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user