bios
Get GPU Information in linux C
Is there any library in C for Linux to get gpu information开发者_如何学编程 for example BIOS Verison DigitalID...While not a library, and not as detailed information as BIOS version, there is lshw whi[详细]
2022-12-24 12:04 分类:问答How To Print ASCII Extended Characters Using a Const Char*?
I havea function to print characters on the screen that is like this: void print(int colour, int y, int x,开发者_JAVA百科 const char *string)[详细]
2022-12-18 07:22 分类:问答Stack size required for bios interrupt call
I am working on a small bootloader for learning purposes. Is there any specification/information available about the (free) stack size required f开发者_JS百科or a bios interrupt call?before entering t[详细]
2022-12-17 09:10 分类:问答What is significance of memory at 0000:7c00 to booting sequence?
Why does bios read at partition\'s boot record at 0000:7c00 ? What is special about that address ? w开发者_开发知识库hat \':\' doing in referencing an address ?The simple answer is that 7C00h is 1k (5[详细]
2022-12-16 12:10 分类:问答Basic OS boot question
I have some kinda basic question to the boot process of a computer and the part where the bootloader calls the OS.[详细]
2022-12-15 20:00 分类:问答BIOS build number and Identification number?
I want to get the BIOS Build number and Identification number. I am already using WMI class Win32_Bi开发者_如何学编程os dataclass but I it is not returing the value for Build number and Identification[详细]
2022-12-13 15:22 分类:问答BIOS INT 0x15 Function 0x88 always returns same memory size
I\'m using BIOS int 0x15 on my Bochs emulator, however this always returns the same memory size (34440) no matter what I have configured:[详细]
2022-12-12 22:02 分类:问答Bootstrap Hard disk access
I\'m trying to write a bootstrap loader for the fun of it, I\'ve been using guides such as: http://www.omninerd.com/articles/PC_Bootstrap_Loader_Programming_Tutorial_in_ASM[详细]
2022-12-12 21:43 分类:问答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 the real date fro[详细]
2022-12-10 03:39 分类:问答How to read out the boot order?
Is there any way to get the boot order programmatically, on Wi开发者_如何转开发ndows ?On Windows 98 it was possible to read CMOS data (BIOS settings) by using the CPU ports.[详细]
2022-12-09 00:53 分类:问答