1
Programming / Re: dart.h
« on: Today at 12:44:59 am »
Thanks, that's probably it. Have to test.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
H:\tmp>strings Ruki.sys
ruki
ruki$
.sys 0.01 Device Driver
Copyright (C) 1998 Alex Romanov (2:50340/759)
All R
4s Reserved.
(EE) VESA(0): V_BIOS address 0x98000 out of range
Same error with the VGA driver.
As a brief introduction to this technology, the WLO mapping-layer is
comprised of a set of dynamic-link libraries (DLLs) which map Windows
API calls to OS/2 API calls at run time. This DLL layer operates
like having Windows sitting on top of OS/2 PM and enabling relinked
Windows applications to run side-by-side PM applications. WLO is
required for Windows applications to run on OS/2, in this manner.
So perhaps those Program Objects that don't work need the WLO DLLs installed.Ahhh... So I should turn HyperThreading off? - Seems to be working fine at the moment... What should go wrong with it on?
It is possible to optimize operating system behavior on multi-processor hyper-threading capable systems. For example, consider an SMP system with two physical processors that are both hyper-threaded (for a total of four logical processors). If the operating system's thread scheduler is unaware of hyper-threading, it will treat all four logical processors the same. If only two threads are eligible to run, it might choose to schedule those threads on the two logical processors that happen to belong to the same physical processor; that processor would become extremely busy while the other would remain idle, leading to poorer performance than is possible by scheduling the threads onto different physical processors. This problem can be avoided by improving the scheduler to treat logical processors differently from physical processors; in a sense, this is a limited form of the scheduler changes that are required for NUMA systems.
Copying file: M:\usr\bin\lpr.exe --> M:\TCPIP\BIN\CUPSLPR.EXE: OK
Installing CUPS GUI
H:\tmp>which cupslpr.exe
M:/TCPIP/BIN/cupslpr.exe