Displaying 8 results from an estimated 8 matches similar to: "Registers at 0xc000"
2007 Oct 02
0
Windows nVidia driver initialization
Hi everyone,
I'm trying to write a qemu driver to emulate an nvidia card, to take a look at
commands sent to the board by windows drivers. The implementation is now very
minimal, only VGA compatibility is granted. I'm seen that windows tries only
to read the start of mmio address space and then select VGA mode. I guess it
looks for some kind of success state, but i don't know what
2014 Jul 31
0
CentOS6: sound prefs, how to limit output volume to the un-amplified range?
Hello there,
recently installed CentOS6 on a (quite old) 64-bit system, and from the
GNOME's sound preference app, I can see that the Output volume range is
said "amplified" from 63% to 100%. Below 63% it's unamplified.
No idea what's implied behind this amplification (I don't see this on
other desktops), but I notice that when "amplified" the sound is pretty
2018 May 05
6
expiring mail from root's Maildirs?
On 2018-05-05 (06:52 MDT), Benny Pedersen <me at junc.eu> wrote:
>
>> And yet it is.
>
> in muttrc you miss ~ or $(HOME)/something
No.
>> Root has been aliased for decades. This has no impact on where and how
>> mutt stores the mail it sends as root out of root?s crontab.
>
> root user can read mail files for all unix users, thats your fail, maybe
2018 Oct 06
1
TLS handshake failure - Client Helo rejected
Hi,
I can no longer connect to Dovecot (IMAP). The connection is terminated
by Dovecot after Client Helo.
My server:
Dovecot 2.3.3
Debian buster/sid
Architecture: ppc
My problems started in late August after upgrading Dovecot.
SSL settings:
ssl_dh = </etc/ssl/dh2048.pem
ssl_min_protocol = TLSv1.2
ssl_cipher_list =
2008 Dec 06
5
Could Not Locate Entry For HAL.DLL In Setup Log
I am very new to using WINE. I have installed WINE 1.1.9 with my 64 bit Ubuntu 8.10 system and gotten one Windows game to work just fine. Perfect, in fact.
Now, I am trying to help a friend of mine, who wants to switch from Windows to Linux in his business. He has one Windows application, necessary for business purposes. I am hoping to find a way to get it to work with Linux, using WINE. It
2004 Oct 06
0
2x2 test: total confusion.
I wan't a test for the 'association' between two events, lets say the
color of balls picked and the pickers (this is quite a good analogy to my
data).
I have 200 different pickers P
I have 1,000 colors of balls C
I have 1,000,000 picks in total
I am totally confused about what test to apply and when and why.
This is what I *think*
I know how many balls each picker
2017 Oct 26
2
not healing one file
Hi Karthik,
thanks for taking a look at this. I'm not working with gluster long
enough to make heads or tails out of the logs. The logs are attached to
this mail and here is the other information:
# gluster volume info home
Volume Name: home
Type: Replicate
Volume ID: fe6218ae-f46b-42b3-a467-5fc6a36ad48a
Status: Started
Snapshot Count: 1
Number of Bricks: 1 x 3 = 3
Transport-type: tcp
2013 Mar 03
0
[LLVMdev] Effect of weak symbols on llvm tools/clang startup time
Hi everyone,
recently I've been fiddling with callgrind to profile the performance of
clang and other llvm tools. Turns out that a lot of CPU time is spent on
startup in _dl_lookup_symbol_x which is invoked a few thousands times to
resolve all the weak object symbols which comes from LLVM code. Most of
the symbols are virtual table definitions.
Most probably there is a good reason why the