Quote:
Originally Posted by Mak213 I can tell you for a fact that Windows doesnt use the BIOS. Easiest way to prove it.
Set your configuration so that the Boot Drive and your main OS Drive is the 2nd Drive 2nd Partition.
I bet you any money that Windows will show it as the first drive first partition.
Cause that is the way it is designed. So if you can trick it so easily with something as simple as a hard drive swap, then there is no way that the BIOS is acting as a gateway for Windows. |
I don't understand what you mean by setting the boot drive as the 2nd drive 2nd partition.
Also, try this without any network connection. boot to windows. check the date. reboot. enter bios config. change the date to a few days prior. save. reboot into windows. check the date. The windows date changed with the bios change.
This is because the date and time for any pc is controlled by the bios. Whenever Windows needs to make a change to the date & time, it will send the request to the bios and the bios makes the change.
I'm finding clarity in the paper describing the memory hole. They're saying that a 32bit processor can map up to 4gb of ram. They call this the processor address space. The processor address space contains two separate address spaces: device memory address space and physical memory address space. The device memory address space ends at the top of the processor address space (4gb) and extends down. The device memory address space is the memory hole. The size of this space is variable as it contains the addresses of the IO devices such as video ram, agp aperture, and mmio.
The device memory address space and physical address space can overlap. You notice this when you add 4gb of ram to a 32bit Windows pc. The physical memory address space will only be as large as the processor address space minus the device address space. This is why the device address space is descibed as a memory hole. When you run a pc, whether 32bit or 64bit, it will always assign the addresses near the 4gb limit to the device address space. If the physical address space overlaps the device address space, the physical addresses are lost.
4 GB RAM showing up as 3, BIOS memory hole and all that
next question, why are windows server memory limits higher than windows desktop os?