2
votes
2answers
49 views
Best way to read contents of a bios in linux
Hey Guys
An odd question really. Is it possible to read the entire contents of the bios chip in. We have a problem where we need to verify the contents of the bios chip?
Cheers …
0
votes
1answer
32 views
How to read and change CMOS data on Win 2003 and Vista?
Hi! I've tried http://www.codepedia.com/1/CMOS%5FC , but I got Privileged instruction exception, I guess the reason is I was in user mode (ring-3) and this operation requires ring- …
0
votes
1answer
133 views
Log from BIOS
I want to be able to pull in the error log from BIOS across a network. Looking at Win32_BIOS in MSDN I did not see anything defining the error log. Would love to do this in C# with …
0
votes
1answer
29 views
Using the system time for node locked licensing
I have node-locked licensing working, using the MAC address and system time. We're concerned that people will just edit their system date to extend a license, so I've tried getting …
0
votes
3answers
74 views
IRQ Numbering Conflict
From:
http://software.intel.com/en-us/articles/introduction-to-pc-architecture/
Exception number 10h corresponds to a "Floating Point Error" but software interrupt 10h also corre …
1
vote
3answers
69 views
How to read out the boot order ?
Is there any way to get the boot order programmatically, on Windows ?
6
votes
2answers
251 views
What information does BIOS load into RAM?
I know that, on booting, BIOS loads the first sector (512 bytes) of a pre-defined device drive on memory 0x7c00 and then jump to that address.
So, memory from 0x7c00 to 0x7dff is …
0
votes
0answers
21 views
HDDs ~ When SATA 1 has System + OS, should PATA 0 contain Active? [closed]
Using XP64 and XP32, I have built a computer that has 3 new SATA HDDs + 1 PATA HD.
I use a lot of partitions. I have only ONE partition on the whole system set as a PRIMARY, and …
0
votes
0answers
55 views
BIOS could not boot from PQI SSD S521 PATA 32GB on old tablet [closed]
I have problem with this SSD on tablet Fujitsu-Siemens Stylistic ST4120W (BIOS ver.2.0 the highest available). During boot BIOS hangs for a 2-3 minutes and after this does not disc …
2
votes
2answers
221 views
C# Getting/Setting BIOS Settings?
I work with a Dell XPS M1710. The laptop has lights in the lid, the side speakers, and the front speakers (3 sets of lights that can be individually adjusted) and a light under the …
2
votes
2answers
172 views
Common way to get BIOS information via C
After reading some stuff it seems I can map the SMBIOS memory and parse it.
I have no idea on how to go about this.
I can't use any managed code as I would like this to be compilab …
0
votes
3answers
89 views
Editing the bios to allow for faster keyboard reading
We have a linux app that depends on the speed with which the user can press certain keys. This is a human performance test.
I'm curious to know if anyone has any experience in mo …
0
votes
1answer
103 views
Dealing with newline / CR in assembly BIOS calls
I'm learning assembly and I'm trying to do a simple read from keyboard / print to keyboard using BIOS calls. So far I have the following:
loop:
xor ah, ah
int 0x16 …
1
vote
3answers
49 views
configure a PC to default on state
I am writing device software for a PC and for that, I want the PC to be usable as a device. When power is supplied, it should switch on without requiring to press the power button. …
0
votes
2answers
223 views
How to time-limit a trial install with BIOS date & time with C#?
I want to create trial version for our product, allowing a user to use it for 5 days.
I am planning to use the system BIOS time to do this. Is this possible, what other methods ar …
