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.
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
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 ev
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/listi
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)
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 excha
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
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