Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Programming / Re: Brainstorm: OS/2 on a Different Kernel
« Last post by Martin Iturbide on April 01, 2025, 04:44:07 pm »
Hello

I'm trying the NotbookLM AI to explain me some basic things.

Quote
**DOSCALLS1.DLL** is a **dynamic link library (DLL)** in OS/2 that appears to be a **core system component providing a wide range of kernel services and API entry points**.

Here's a breakdown of what the sources indicate about it:

*   **Central System DLL:** Almost all programs utilize **DOSCALLS1.DLL**, suggesting its fundamental role in the OS/2 environment.
*   **Initialization:** It seems to have **instance initialization routines**.
*   **API Entry Points:** **DOSCALL1** contains **16-bit entry points that correspond to various OS/2 APIs**. It also appears to handle **32-bit APIs**, with examples like `Dos32FreeMem`, `DosGetMessage`, and `DosPutMessage` having associated trace events within this DLL.
*   **Exception Handling:** The kernel calls the `Dos32R3ExceptionDispatcher` entry point within **DOSCALLS1.DLL** to **process all user exception handlers**.
*   **Kernel Service Indirection:** Many kernel APIs are **indirected through DOSCALL1.DLL**. This means that calls to certain kernel functions might go through this DLL.
*   **Thunking Layer:** **DOSCALLS1.DLL** includes **UniThunk** trace events, indicating it plays a role in **thunking between 16-bit and 32-bit code**.
*   **Traceability:** The System Tracepoints Reference provides a comprehensive source for deriving API-related breakpoints, often with entry point names prefixed with `pre` or `post`, which is applicable to functions within **DOSCALLS1.DLL**. Numerous trace events are defined for various functions within **DOSCALLS1**, allowing for detailed tracing of API calls.
*   **Relationship with other DLLs:** APIs from other DLLs, such as `QUECALLS.DLL` (queue management APIs), can be **indirected via DOSCALL1**.

In essence, **DOSCALLS1.DLL** serves as a crucial intermediary and provider of fundamental operating system services, handling API calls, managing exceptions, and facilitating communication within the OS/2 environment. Its central role is highlighted by its frequent use across applications and its involvement in various core system functionalities.

Which functions does the OS2KRNL provides that are used by DOSCALLS1.DLL?

Quote
Based on the sources, particularly the trace event information, **OS2KRNL provides a variety of kernel functions that are used by or whose calls are indirected through DOSCALLS1.DLL**. The trace logs in `sg244640.pdf` detail many API calls, specifying a major code for `OS2KRNL` (0x0005) and various minor codes corresponding to specific kernel functions. Many of these APIs have tracepoints that indicate they are indirectly accessed via `DOSCALL1`.

Here are some examples of functions provided by **OS2KRNL** that are relevant to **DOSCALLS1.DLL**, based on the trace events:

*   **Memory Management Functions**:
    *   `Dos32GiveSharedMem`
    *   `Dos32QueryMem`
*   **File System Related Functions**:
    *   `DosBufReset`
    *   `DosCallNmPipe`
    *   `DosDevIoctl`
    *   `DosDisConnectMmPipe`
    *   `DosOpen`
    *   `DosOpen2`
    *   `DosPhysicalDisk`
    *   `DosQNmPipeState`
    *   `DosSetMaxFH`
    *   `DosSetNmPHandState`
    *   `DosSetVec`
*   **Process and Thread Management**:
    *   `DosSystemService`
    *   `DosTimerAsync`
*   **Dynamic Linking and Loading**:
    *   `DosGetModHandle`
    *   `DosGetModName`
    *   `Dos32QueryProcAddr`
*   **Synchronization**:
    *   `DosSetSigHandler`
*   **Handle Management**:
    *   `Dos32IQUERYFHSTATE`
*   **Input/Output**:
    *   `Dos32IRead`
*   **Other**:
    *   `Dos32SetFileLocks`

The "Kernel API Tracepoints Indirected Via DOSCALL1" section further confirms this indirection, although it doesn't list the specific kernel functions themselves but rather the tracepoints associated with the pre-invocation of APIs that are indirected.

In summary, **DOSCALLS1.DLL acts as an intermediary for a significant number of OS/2 kernel functions provided by OS2KRNL**, handling the transition and enabling applications to access these core system services. The trace logs provide concrete examples of this interaction by showing how calls to various kernel functions (residing in **OS2KRNL**) are traced with pre-invocation events often associated with **DOSCALLS1**.
12
Programming / Re: Brainstorm: OS/2 on a Different Kernel
« Last post by Martin Iturbide on April 01, 2025, 04:36:29 pm »
Hello

I'm reading this: Inside the OS/2 Kernel by David C. Zimmerli.
It is from the OS/2 2.11 kernel. It is kind of interesting to see how this author was able to see which files of the kernel source code belongs to which component. (of course he does not has the source code, only the file names). I wonder how he did that, and it makes sense to make the same analysis on the latest ArcaOS kernel.

I still want to try to understand the communication between CPI and OS2KRNL. Just to try to theorize what parts of the OS2KRNL needs to be mimic so DOSCALL1.DLL does not complain (or stop working) because it is on a different kernel.

Regards

13
Programming / Re: An XWorkplace CPU Temperature Widget for AMD CPUs
« Last post by Dariusz Piatkowski on April 01, 2025, 04:07:11 pm »
Hey Lars!

@Dariusz: I have now made an XCenter Widget of it. Can you test ?

By the way: having the SYSCALL driver installed is no longer necessary. You do not need anything besides the Widget.
Source is included.

Appreciate the update, however I have never actually used the XCenter itself, nor any of the widgets. I'm in the thick of a lot of project work at the moment, thus my late response, but let me come up for air over the next week or so and I'll try to do a test install here.

As always: Thank You!
14
Hi Jailbird

Thank you for the reply. I was aware of the setting in the Info.plist that would make the app launch in non-retina mode. This then allows you to run the VM with 100% scaling. It's way too small normally to use 100% and you have to use 200% to give you the correct size when using a Retina display.

However if you make the suggested change and try to launch the Virtual Box VM under macOS Sonoma it refuses to start and complains about the app signature being broken. This doesn't happen with Monterey, so I thought I was stuck using the 200% setting with Sonoma.

BUT, I've just discovered that you can launch the app and pass an 'AppleMagnifiedMode' argument to open it in non-retina mode. This does work so I can launch a specific VirtualBox VM from the command line using:

   open /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app --args -AppleMagnifiedMode YES -comment ArcaOS-Exp --startvm 2f3f6889-be25-42ba-a78a-83a4c6be3139 --no-startvm-errormsgbox

This does indeed seem to be little bit faster. Not hugely, but everything helps.

So, after playing with lots of settings, the configuration I'm now using is:

   1920x1080 resolution, 65536 colours, 100% scaling, non-retina app mode

It is still too slow for comfort so I will continue to investigate and I might raise a ticket with the VirtualBox developers, but it is a bit more useable than it was.

Many thanks
David

Also run in single CPU mode, do not configure on Mac more then 1 CPU.

Roderick
15
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Roderick Klein on April 01, 2025, 09:56:05 am »
Dear all,
How about an OS/2 or ARCOS without Windows and DOS? Wouldn't that be easier?

Thanks everyone

Its about 25% of the kernel source is the VDM support. But removing that is not going to make it easier I am afraid to get a new kernel.

Roderick
16
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Roderick Klein on April 01, 2025, 09:55:07 am »
Hello

For the moment we have in no specific order:
1) Modern web browser
2) Wifi Driver.
3) Memory issues
4) IPv6.

And side discussion:
1) There is no need to worry because we have virtualization.
2) The dislike of RPM/YUM or FHS.

Regards

It would be great if Arca Noae can officialy support QEMU as of version 2.92 or 2.94 QEMU now works with ArcaOS. But we would need mouse and clipboard integration.
I think VMworkstation is less attractive with the unknown commercial goals of Broadcom (read VMware). Sorry there ESXi server prices are a pure rip off. Some company customers I know that have seen in 1 year time
the cost of ESXi go up by a factor of 10. I wonder how price competitive VMware (Broadcom products will remain).

Roderick
17
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Roderick Klein on April 01, 2025, 09:52:42 am »
Another up coming problem is IPv6, which luckily for us is taking forever to catch on. Eventually we would need a new network stack.

Its going to be interesting I would need to have more indications about this. What I see happening i that some modems from ISP have IPv4 emulation and tunnel over IPv6 if I get it correctly.
The company I work still has with 800 people IPv4 internally on the company LAN. I agree a multi protocol stack (Ipv4 and IPv6) might be nice to have but we simply lack the human resources.
From what I understand the old socketsk.sys is 98% recompiled FreeBSD code and 2 is OS/2 specific code. The point being we might be able to port a new stack from FreeBSD.
But this will not be done in month and will require a full time developer.

Roderick
18
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Roderick Klein on April 01, 2025, 09:49:53 am »

I still think that we are falling behind in applications. A modern web browser will help on that, since there are a lot of applications that are on the web without the need to install those, and on the other side compiling and porting applications are now starting to get complicated because of the 32bits/Memory limitation.

A Modern Browser and solving the memory limitations are getting more important for new apps.

Regards

The memory limitation can be solved with magic wand with the current kernel. We might want to wish for this but its not going to happen.
Talk to Steve Levine who helps BWW out with debugging GCC programs. He also helps Paul Smedley to debug programs. But you need to use possibly memory dumps, Thesues and othee tootls to find out WHY a program runs out of memory.
From what I understand from Steve is that for example in the current PHP there is code added to prevent PHP for allocation more memory (Steve if you are reading can you comment please).  While not all limitations of 64 bit apps can be resolved some of them can be resolved by digging in the code for example and add checks to prevent it from consuming to much memory.  But this is of course time consuming process.

Roderick
19
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Roderick Klein on April 01, 2025, 08:12:08 am »
memory issues:
as I understand, libc uses shared memory.
there were attempts to make it use HighMem.
There were discussions, there were announcements.
there were attempts to patch exe files to use HighMem.

But current situation: you can start Firefox and OpenOffice only 1 time.
if you load this heavy apps then memory is occupied and you should reboot system to use firefox again.
Java VM (I don't remember, does it depend on libc), is consuming low memory too.

Question: what is the current state of libc ? it was modified?

P.S. It's not a claim. I make  technical request.

I think its kernel 14.203 from Arca Noae that resolves this issue. High memory with older kernel (if DLL's are loaded high into memory) and then unloaded the memory is not released.
Using the latest ArcaOS kernel this should work.

Roderick
20
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« Last post by Digi on April 01, 2025, 04:24:41 am »
How about an OS/2 or ARCOS without Windows and DOS? Wouldn't that be easier?

I think that DOS (and Win-OS2) should have been thrown out of the system many years ago. :-)
Pages: 1 [2] 3 4 ... 10