[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:

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

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

[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

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

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

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

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

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