Related topics

MMX didn't cut it for me
The pci configuration space can be accessed in two ways: 1- Use Intel's PCI bios functions 2- Use the 32 bits i/o ports 0CF8h, 0CFCh for config. mechanism To address a register you specify it in 0CF8h (32 bits!) which is also called the CONFIG_ADDRESS port. Here's how to do that: bit 31 should be set (ecd bit,

Should we use 32 or 64 bit Oracle 8i on Solaris 8
If you want to run these programs from OS/2, the "32-bit file access" in Windows for Workgroups 3.11 is useless, since OS/2 handles the file access. If I use the Blue, should I, after making the "DOS" "FAT" partition, install Windoze on it, then after making all my other (OS/2 & Linux) partitions, install OS/2

Should I use 16 bit textures or take the texture detail down a ...
-Building a 64bit capable gcc from source is possible only when you have -the HP C-ANSI C compiler available, which you should use anyway when -building perl. + +On PA-RISC you need a different compiler for 32-bit applications and for +64-bit applications. On PA-RISC, 32-bit objects and 64-bit objects do +not

Windows Data Types
And what is the impact of not making the change? This is a 32-bit UNIX problem, as I understand it. 64-bit UNIX can use disks larger than 2GB. Is it true that you should you use only non-fragmented indexes on fragmented tables? I don't have an answer for this one, perhaps someone else has the answer.

Y algo mАs....
Then let's use Native plugin and track count as a measure for a DAW. That seems pretty realworld. Show me a Mac that will do 128 discrete mono tracks at 24 bits, of fully parametric EQ and dynamics processing (compression, expansion, limiting or gating) on every track ▀ all processed in immaculate 32-bit

Продолжение
At 32 bits per pixel, this is not a problem. A 32-bit register holds exactly one pixel. Does 24/32 bits make applications run faster 'cause the gfx board is better optimized for this bit depth? Does 24/32 bits use more memory which in turn make applications run slower? Yes, it will use more memory, and it can cause

Classifying Forth systems 2:
I don't know much about OS/2, but would be interested in buying it if it has the capability of addressing memory on a 32-bit system, using 32 bits to address Using 32-bits should allow me to (theoretically) address 4 Gigabytes of RAM. Does OS/2 use 32 bits to address RAM, or does it use 16 bits as does Windows?

What version of PB 4 should I use?
I have an AMD Athlon 64-bits and I have both XP 32 and XP 64 available (through my company). I need to decide which one to install. Is there any disadvantage in installing the 64-bit version? In particular, I must use various applications for which we only have the 32-bit version. Will these 32-bit applications run

Change 22917: Several updates, major, and minor corrections, model ...
Rich Teer r...@rite-group.com comp databases oracle misc comp databases oracle server comp unix solaris On Fri, 1 Mar 2002, Shawn Belaire wrote: The o/s can be booted only in 32 bit if you require it later. via: Not on the OP's E280R it can't. They're 64-bit only. -- Rich Teer President, Rite Online Inc. Voice: +1

Upgrading PC, should I use a 32-bit or 64-bit kernel?
Dave Navarro d...@powerbasic.com alt lang powerbasic comp lang basic powerbasic A question we often hear is "Which compiler should I buy? As a true 32-bit Windows application, your PB/CC programs can use up to 2 gigabytes of memory. And because it's a Windows app, it can access Windows devices like printers,

Student Laboratories: Novell/Win95 vs NT vs Linux
How do other WIN command switches affect 32-bit file access? 4. How do you tell whether 32-bit file access is working on your PC? + 4a. What about the WFW3.11RK "32-Bit File Access Status" program? PART THREE: Optimization + 5. Should you run SMARTDRV if you have 32-bit file access? 5a. Should you use write caching

rundll32.exe
What you also seem to be missing is that MS API's just moved from 16 to 32-bit. If you run around declaring certain things as int, all hell breaks loose. 1) They are bad because they offer no clue as to the intended use of a variable. You can and should do this with self-documenting variable names. Absolutely.

Fwd: Re: PROPOSED: 32/64 bit coexistance
Michael Gould mgo...@omnicc.com comp lang clarion Jim, There are absolutely no advantages to using 16 bit anymore. I would only worry about doing 32 bit. Michael Gould "Jim March" <WENATVMPB...@spammotel.com> wrote in message news:ofc9juoojcesv47jt82mc9ffitb17bcu8q@4ax.com... C5.5EE ABC I noticed in the app

8bit peripheral to ADSP-21160
There
is no real need for 64-bit hardware because file size operations are not that performance critical. Yes, the fraction of time spent on such calculations should be fairly small. (snip on time calculations) again, doing add and subtract as multiple 32 bit operations isn't hard, and usually isn't performance

Should new programs still be System 6 compatible?
But you should use LPSTR or CHAR in those rare instances when you need to be specific about 8-bit data types. Otherwise, you should use LPTSTR and TCHAR I'm not sure what you mean by "BOOL instead of bool because I prefer the 8 bit type to the true/false type". First, BOOL is an int which is a 32-bit data type.

Upgrading PC, should I use a 32-bit or 64-bit kernel?
Both AMD (Hammer) and IBM (PPC970, used in the PowerMac G5) have 64-bit architecture processors for desktop use, but Intel doesn't... Maybe I should say a few things about AMD's x86-64 as well... While Intel made a totally new architecture with lots of registers, AMD only extended the IA-32: The GPRs were extended

32-Bit File Access FAQ *SNEAK PREVIEW*
Where I should really be using the Windows Data Types versus the C++ data types? Yes, I gave some examples in those messages I linked to in which you must use the Windows BOOL type instead of the C++ bool type. Even though it is the pointer is 32 bits, it can't accept a 32 bit pointer. (WPARAM)&Some32BitSpace As of

superlifter design notes (was Re: Latest rZync release: 0.06)
I think by default we should use names, because that will be least surprising to most people. I agree we need to support both. It sounds to me like the thing to do is to use 32 bit ints in our structure and have a translation mechanism that can turn those into local or remote numbers and names.

PPC should not use -fno-builtin (was Re: 2.3.47 imac build?)
Windows NT and FreeDOS support it, so tools written for these operating systems should be safe to use. Update: Chkdsk seems to work with both LBA Of course, this does not help old software that does not use this function. - The disk utilities Delwatch and Superstor/Stacker do not support 32-bit cluster numbers

Windows Data Types
Actually graphics would, in theory, have a major performance boost when moving up to 64 bit hardware, due to the larger datasizes and more CPU registers. In addition to the 32-64 larger data sizes, 64 bit CPUs have more registers than 32 bit CPUs (in 64 bit mode, of course). Computation intensive graphics code will