[Freedos-devel] libm-0.4

2023-05-01 Thread Gregory Pietsch
I sent Jim libm-0.4, which includes new complex arctangent functions. -- Gregory___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] CPU flags register not updating on interrupt calls

2023-05-01 Thread rehsd.info
I ended up with "retf 2" and it seems to be working fine. I will see if I can switch out the retf 2 with stack frame manipulation, like you show. Thanks! Rich -Original Message- From: C. Masloch Sent: Monday, May 1, 2023 3:31 AM To: freedos-devel@lists.sourceforge.net Subject: Re:

[Freedos-devel] FreeDOS T2305

2023-05-01 Thread jerome
Hi All, The FreeDOS Interim Test Build T2305 for May is now available for download at: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/test/ :-)

Re: [Freedos-devel] Logger

2023-05-01 Thread C. Masloch
On at 2023-04-28 13:51 -0400, jer...@shidel.net wrote: Hi All, Logger is coming along great and I’m currently working on the final ALPHA-8 version. Once that is done, it will be time for a BETA or two. Then finally version 1.0. Your IISP headers could store the required retf at a place

Re: [Freedos-devel] CPU flags register not updating on interrupt calls

2023-05-01 Thread Rugxulo
Hi, On Sun, Apr 30, 2023 at 4:54 PM wrote: > > In, kernel/pcb.h, I see some notes about “offsets must match the assembly > process” > and a couple of different layouts for the offsets. Could this be related to > the issue I am having? > I am using NASM 2.16.01 and Watcom 1.9. Someone reported

Re: [Freedos-devel] Logger

2023-05-01 Thread C. Masloch
A few additions to my prior mail: On at 2023-05-01 13:04 +0200, C. Masloch wrote: On at 2023-04-28 13:51 -0400, jer...@shidel.net wrote: Hi All, Logger is coming along great and I’m currently working on the final ALPHA-8 version. Once that is done, it will be time for a BETA or two. Then

Re: [Freedos-devel] CPU flags register not updating on interrupt calls

2023-05-01 Thread bernd-freedos--- via Freedos-devel
That was me. I openend an issue in the FreeDOS Archive tracker thas OMF output seems to be broken in 2.16: https://gitlab.com/FreeDOS/devel/nasm/-/issues/1 I also mailed H.P. Anvin and informed him about what I consider to be a bug. I do not know if they have / will fix it, or if it is a

Re: [Freedos-devel] CPU flags register not updating on interrupt calls

2023-05-01 Thread C. Masloch
On at 2023-04-30 17:19 -0500, rehsd.i...@gmail.com wrote: Not sure if it’s bad etiquette to reply to your own post, but… I may just need to change out my “iret” with “ret 2”. I’m doing some testing… Rich In NASM you can indeed use this as an alternative, but you need *far* return, that is

Re: [Freedos-devel] CPU flags register not updating on interrupt calls

2023-05-01 Thread C. Masloch
On at 2023-05-01 01:45 -0500, Rugxulo wrote: Hi, On Sun, Apr 30, 2023 at 4:54 PM wrote: In, kernel/pcb.h, I see some notes about “offsets must match the assembly process” and a couple of different layouts for the offsets. Could this be related to the issue I am having? I am using NASM

[Freedos-devel] Logger v0.1 (beta)

2023-05-01 Thread jerome
Hi All, Yesterday, I released the new version of Logger. It has come a long way since the first Alpha release and works great. I made some final decisions on a couple aspects and it is now in the Beta stage. Other than some probable byte squeezing, there is only one other possible feature I