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