[Freedos-user] Announce: vmsmount 0.5c (bugfix release)

2022-06-18 Thread Eduardo Casino
Hi,

I've just released a bugfix release of vmsmount. Thanks to Alan Kamrowski
II for the bug report, testing and code review (the bug report and fix came
in 2020, but I never released it publicly)

Whats new:
 * Update file modification time in CloseFile()

Sources and binary:
https://sourceforge.net/projects/vmsmount/files/Release%200.5c/VMMNT05C.ZIP/download
FreeDOS package:
https://sourceforge.net/projects/vmsmount/files/Release%200.5c/FreeDOS_Package/vmsmount.zip/download


Cheers,
Eduardo
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Keyboard issue - wondering about typematic rate for keyboard repeats in different VMs and emulators

2022-06-18 Thread Bret Johnson
Most modern computers seem to support INT 16.03 to set the Typematic rate.  
I've personally never had it fail with real hardware, but in some Virtual 
Machines (VMs) it doesn't actually do anything.

I've had lots of failures with support of INT 16.09 to get the current 
typematic rate, both in real hardware and in VMs.

> Our MODE just calls the BIOS. There is no DOS typematic rate driver,
> DOS only asks the BIOS to set the rate for it.

When DOS MODE calls the BIOS to change something about the typematic rate, 
there is no "driver" involved.  If the keyboard is a regular PS2 (or older) 
keyboard, the BIOS just sends a special serial packet to the keyboard telling 
it what to do.  Control of the actual typematic stuff is handled COMPLETELY by 
the keyboard hardware.

In addition, in the PS2 keyboard serial protocol there is no way for the BIOS 
to "ask" the keyboard what the current typematic settings are.  This means the 
BIOS must keep track of the current typematic settings internally since it 
can't ask the keyboard (it can't do a "Read-Modify-Write", it can only do a 
"Write").

USB keyboards are actually "dumber" than the PS2 keyboards.  PS2 keyboards 
handle key presses, key releases, and all the typematic stuff all by themselves 
and just send data to the computer when something has happened.  USB keyboards 
must constantly be polled and only return information about key presses.  The 
USB keyboard driver needs to handle the key releases and the typematic stuff in 
software since the USB keyboard doesn't do it.


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Tomorrow Get Together

2022-06-18 Thread Jim Hall
Yes, that's just how it works. I'll share connection details tomorrow when
the meeting starts. (If I share the meeting details before then, random
people will spam it and BlueJeans takes it down automatically.)



On Sat, Jun 18, 2022, 12:26 PM Daniel  wrote:

> How does BlueJeans work?  Type in event ID when available and join in?  I
> would like to be there if possible.  Thank you very much for the reminder.
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Tomorrow Get Together

2022-06-18 Thread Daniel
How does BlueJeans work?  Type in event ID when available and join in?  I
would like to be there if possible.  Thank you very much for the reminder.
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Save the date: FreeDOS virtual get-together (next week!)

2022-06-18 Thread Jim Hall
Here's a reminder for tomorrow's get-together: Sunday, June 19 at 11am
US/Central.

If my timezone lookup is correct, that's:

9am in California (US/Pacific Time)
noon in New York (US/Eastern Time)
5pm in UK
6pm in Germany (Central European Time)
2am in Canberra, Australia (Australian Eastern Time)


This month's focus is "social time." This is a great time to get to
know each other as more than just names on the email list. I'm sure
we'll discuss a variety of topics, but I'd love to hear about:

1. What have you been up to since the last get-together?
2. What cool projects are you working on? (doesn't have to be FreeDOS)
3. Are you celebrating the FreeDOS anniversary on June 29?


See you tomorrow!


On Sat, Jun 11, 2022 at 3:29 PM Jim Hall  wrote:
>
> Hi everyone
>
> If you'd like to get to know each other "in person," join our FreeDOS
> virtual get-together, coming up next week on Sunday, June 19 at 11am
> US/Central (use your favorite time zone converter to find your local
> time).
>
> As always, we'll meet using BlueJeans. That's the virtual meeting
> system I use for my consulting. You'll get best results if you
> download the meetings client (https://www.bluejeans.com/downloads) but
> you can also join from any recent web browser like Chrome.
>
> We alternate topics every month. This month is "social time." It's a
> great opportunity to get to know folks as more than just an email
> address.
>
>
> Jim


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Need help with networking

2022-06-18 Thread Jerome Shidel
Also, if your connection is just to a Linux box.

EtherDFS works great. 

You do need to run it’s server on the linux Box.

> On Jun 18, 2022, at 2:26 AM, Eduardo Casino  wrote:
> 
> 
> Hi,
> 
>> I would very much like to get the networking setup so that I can create 
>> shares to be able to exchange files with the host machine, but for some 
>> reason ‘net’ and related commands don’t seem to be present.
>> 
> 
> You might want to give vmsmount a try, a free implementation of VMWare's 
> shared folders protocol. It is also included in the "Networking" category in 
> the CD or you can download it from the FreeDOS package repository:
> 
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.3/pkg-html/vmsmount.html
> 
> Eduardo
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Keyboard issue - wondering about typematic rate for keyboard repeats in different VMs and emulators

2022-06-18 Thread Eric Auer



Hi! Here is the related RBIL part for you:


B-1603---
INT 16 - KEYBOARD - SET TYPEMATIC RATE AND DELAY
AH = 03h
AL = subfunction
00h set default delay and rate (PCjr and some PS/2)
01h increase delay before repeat (PCjr)
02h decrease repeat rate by factor of 2 (PCjr)
03h increase delay and decrease repeat rate (PCjr)
04h turn off typematic repeat (PCjr and some PS/2)
05h set repeat rate and delay (AT,PS)
BH = delay value (00h = 250ms to 03h = 1000ms)
BL = repeat rate (00h=30/sec to 0Ch=10/sec [def] to 1Fh=2/sec)
06h get current typematic rate and delay (newer PS/2s)
Return: BL = repeat rate (above)
BH = delay (above)
Return: AH destroyed by many BIOSes
Note:   use INT 16/AH=09h to determine whether some of the subfunctions are
  supported
SeeAlso: INT 16/AH=09h,AH=29h"HUNTER",AH=2Ah"HUNTER"





B-1609---
INT 16 - KEYBOARD - GET KEYBOARD FUNCTIONALITY
AH = 09h
Return: AL = supported keyboard functions (see #00585)
AH destroyed by many BIOSes
Note:   this function is only available if bit 6 of the second feature byte
  returned by INT 15/AH=C0h is set (see #00509)
SeeAlso: AH=03h,AH=0Ah,AH=10h,AH=11h,AH=12h,AH=20h,AH=21h,AH=22h,INT 15/AH=C0h

Bitfields for supported keyboard functions:
Bit(s)  Description (Table 00585)
 7  reserved
 6  INT 16/AH=20h-22h supported (122-key keyboard support)
 5  INT 16/AH=10h-12h supported (enhanced keyboard support)
 4  INT 16/AH=0Ah supported
 3  INT 16/AX=0306h supported
 2  INT 16/AX=0305h supported
 1  INT 16/AX=0304h supported
 0  INT 16/AX=0300h supported
SeeAlso: #00511


And here is what FreeDOS "MODE /?" has to say about it:

...

> MODE CON[:] [RATE=...] [DELAY=...]
> (default rate 20, default delay 1)
> Rate can be 1..32 for 2..30 char/sec,
> delay can be 1..4 for 1/4..4/4 sec.

Our MODE just calls the BIOS. There is no DOS typematic rate driver, DOS 
only asks the BIOS to set the rate for it.


Regards, Eric




Eric proposed:
"For this, you start DEBUG, then type:
a cs:100
mov ax,0305
mov bx,
int 16
int 20

g
q
"

As Ah=3 int 16h is marked as PCJr only:
INT 16 - KEYBOARD - SET DELAYS (PCjr ONLY)
  REG AH = 3
  AL = 0: RESET TYPEMATIC
  AL = 1: INCREASE INITIAL DELAY
  AL = 2: INCREASE CONTINUING DELAY
  AL = 3: INCREASE BOTH DELAYS
  AL = 4: TURN OFF TYPEMATIC
in https://groups.google.com/g/net.micro.pc/c/yg4oazZOA7g/m/uwO-gYOTi2gJ
I hesitate to go there... but did not get the full RBIL.

https://info.wsisiz.edu.pl/~bse26236/batutil/help/MODESTRS.HTM

but I am a bit unsure these options are supported by FreeDOS because:
http://wiki.freedos.org/wiki/index.php/Mode
does not mention them.

Last I was thinking many keyboards are now USB rather than PS/2...
and I think the 8042 chip handle typematic on DOS...
so I was first thinking about BIOS emulation of PS/2 keyboard and mouse in BIOS 
options...
but your keyboard would just not work if these options were causing problem I 
think.




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Keyboard issue - wondering about typematic rate for keyboard repeats in different VMs and emulators

2022-06-18 Thread Paul Dufresne via Freedos-user
Eric proposed:
"For this, you start DEBUG, then type:
a cs:100
mov ax,0305
mov bx,
int 16
int 20

g
q
"

As Ah=3 int 16h is marked as PCJr only:
INT 16 - KEYBOARD - SET DELAYS (PCjr ONLY)
 REG AH = 3
 AL = 0: RESET TYPEMATIC
 AL = 1: INCREASE INITIAL DELAY
 AL = 2: INCREASE CONTINUING DELAY
 AL = 3: INCREASE BOTH DELAYS
 AL = 4: TURN OFF TYPEMATIC
in https://groups.google.com/g/net.micro.pc/c/yg4oazZOA7g/m/uwO-gYOTi2gJ
I hesitate to go there... but did not get the full RBIL.

https://info.wsisiz.edu.pl/~bse26236/batutil/help/MODESTRS.HTM

but I am a bit unsure these options are supported by FreeDOS because:
http://wiki.freedos.org/wiki/index.php/Mode
does not mention them.

Last I was thinking many keyboards are now USB rather than PS/2...
and I think the 8042 chip handle typematic on DOS...
so I was first thinking about BIOS emulation of PS/2 keyboard and mouse in BIOS 
options...
but your keyboard would just not work if these options were causing problem I 
think.





 Activé ven., 10 juin 2022 14:48:48 -0400 Eric Auer  
écrit 

 > 
 > Tom,
 > 
 > >> In DOS I was able to press and hold a key and the key would repeat.
 > >> Great for arrow and page keys.  For some reason this stopped workin
 > > 
 > > wow. one of these Asshole from Hell questions:
 > > 
 > > no information what DOS we are talkink about.
 > > 
 > > no information whatsoever about CONFIG.SYS/AUTOEXEC.BAT.
 > 
 > I somehow liked Dennis' way of asking for more context and details 
 > better :-p However, I also have a technical question about Daniel's 
 > technical question :-)
 > 
 > Daniel, you could do the following to test whether explicitly setting 
 > keyboard repeat (typematic rate, see RBIL = Ralf Browns Interrupt List) 
 > to maximum speed and the delay to minimum has any effect on your real or 
 > virtual hardware. 
 > Note that you have to press return twice between "int 20" and "g".
 > 
 > For the lowest possible speed and the longest delay before repeating 
 > starts, you write "031f" instead of "" in the "mov bx,..." line.
 > 
 > Interestingly, it seems to make no difference in DOSEMU2 which of the 
 > two values I use for BX. It probably just uses the keyboard repeat 
 > settings from Linux, without letting me a custom different rate just for 
 > the DOSEMU2 window.
 > 
 > So I would be keen to know which of the other DOS systems people here 
 > are using do or do not support changing the typematic rate aka keyboard 
 > repeat rate. In particular, I guess that real hardware often supports 
 > this, while running DOS on a virtual computer in a window could be less 
 > likely to offer support for this setting?
 > 
 > Thanks for testing! Regards, Eric
 > 
 > 
 > 
 > ___
 > Freedos-user mailing list
 > Freedos-user@lists.sourceforge.net
 > https://lists.sourceforge.net/lists/listinfo/freedos-user
 > 



___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Need help with networking

2022-06-18 Thread Eduardo Casino
Hi,

I would very much like to get the networking setup so that I can create
> shares to be able to exchange files with the host machine, but for some
> reason ‘net’ and related commands don’t seem to be present.
>

You might want to give vmsmount a try, a free implementation of VMWare's
shared folders protocol. It is also included in the "Networking" category
in the CD or you can download it from the FreeDOS package repository:

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.3/pkg-html/vmsmount.html

Eduardo
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user