Re: [Freedos-user] January 2038 problem

2024-11-11 Thread Frantisek Rysanek via Freedos-user
> String "DOS" is absent from > https://en.wikipedia.org/wiki/Year_2038_problem. Has anything been > done or planned to deal with it in FreeDOS, or the legacy filesystems > it supports? The UNIX epoch time is originally a 32bit integer in seconds, since 1.1.1970. Not defined to be signed, but of

Re: [Freedos-user] January 2038 problem

2024-11-11 Thread Louis Santillan via Freedos-user
DOS APIs have support up until 2099. https://fd.lod.bz/rbil/interrup/dos_kernel/215700.html https://fd.lod.bz/rbil/interrup/dos_kernel/2f120d.html https://fd.lod.bz/rbil/interrup/dos_kernel/215700.html https://fd.lod.bz/rbil/interrup/dos_kernel/215706.html On Mon, Nov 11, 2024 at 4:58 PM Felix M

[Freedos-user] January 2038 problem

2024-11-11 Thread Felix Miata via Freedos-user
String "DOS" is absent from https://en.wikipedia.org/wiki/Year_2038_problem. Has anything been done or planned to deal with it in FreeDOS, or the legacy filesystems it supports? Google turned up nothing useful about DOS. In Linux "ext2 filesystem being mounted at /disks/boot supports timestamps u

Re: [Freedos-user] OpenWatcom error E3033 while compiling C code

2024-11-11 Thread Jim Hall via Freedos-user
On Mon, Nov 11, 2024 at 4:50 PM Jim Hall wrote: [..] > This is a very weird problem, I cannot replicate it on my end. For > what it's worth, I boot FreeDOS in QEMU on Linux -- but the virtual > machine shouldn't matter here, because you say you can compile fine > using IA-16 GCC. > > Here's what I

Re: [Freedos-user] OpenWatcom error E3033 while compiling C code

2024-11-11 Thread Jim Hall via Freedos-user
On Mon, Nov 11, 2024 at 11:47 AM Davide Erbetta wrote: > > > Hi Jim, > > let me first say that I'm using FreeDOS in VirtualBox. I've made a fresh > new install of FreeDOS and OW from the FreeDOS distribution CD as suggested. > > I had the C file ("prova.c) on A: drive, an IMG file attached as A: >

Re: [Freedos-user] OpenWatcom error E3033 while compiling C code

2024-11-11 Thread Davide Erbetta via Freedos-user
Hi Jim, let me first say that I'm using FreeDOS in VirtualBox. I've made a fresh new install of FreeDOS and OW from the FreeDOS distribution CD as suggested. I had the C file ("prova.c) on A: drive, an IMG file attached as A: drive. On this IMG file on A: I had no issue in writing, compilin