bios
Why doesn't this boot loader code work?
My expectation is that it prints a string, but nothing is printed out. When I make the string shorter, it sometimes works, and when I make them longer again, it works sometimes.[详细]
2023-02-26 19:35 分类:问答Get BIOS Time in Java
Is there a way in Java to get the BIOS date and time? Does Java use the BIOS (Basic Input/Output System) Datetime when you call java.util.Calendar.getInstance() or ne开发者_运维技巧w java.util.Date()[详细]
2023-02-24 06:47 分类:问答How to write BIOS program that connects to the internet?
I am aware that there are programs out there like lojack for laptops that get installed on the BIOS, but I\'m still a little confused.When reading about lojack, it seems to me that they can\'t fully l[详细]
2023-02-17 11:54 分类:问答How to trigger a BIOS interrupt (e.g. printing a character in TTY mode) on PowerPC/POWER architecture using asm?
the title says it. I want to print a character to the screen on a machine with PowerPC/POWER architecture or basically just call some BIOS function. As I understand it usually matters which and how th[详细]
2023-02-16 13:59 分类:问答How can I read the VESA/VideoBIOS "Mode Removal Table"?
Many sites and articles on getting widescreen monitors to work on notebooks开发者_如何学运维 in their native resolution mention something called the \"Mode Removal Table\" in the Video BIOS which spec[详细]
2023-02-09 04:41 分类:问答How to modify the BIOS boot options to USB-HDD in C#?
I want 开发者_如何学Goto know if I can do it in C# or other languages?There is no universal way to do this because BIOS configurations vary from vendor to vendor. The mapping of various CMOS memory lo[详细]
2023-01-29 04:50 分类:问答bios interrupt and dos interuppt
what is the difference between dos i开发者_如何学Gonteruppt and bios interupptIn 16-bit 80x86 programming, user programs communicate with system service using interrupts. Typically this takes the form[详细]
2023-01-29 02:46 分类:问答Who loads the code in BIOS during booting?
I am studying the boot process in Linux. I am looking through this html page http://www.tldp.org/HOWTO/Bootdisk-HOWTO/x88.html. The first line under the section 3.1 \"The boot process\" says that \"Al[详细]
2023-01-25 13:01 分类:问答Is there a way to determine the time taken from power on to Windows starting
I would like to be able to tell how long it takes to get from power on to windows starting. Is there a way of determi开发者_C百科ning this retrospectively (ie once windows has started)?[详细]
2023-01-23 13:11 分类:问答Where is there good information about low level PC booting?
I\'m interested in writing a boot loader for USB sticks that l开发者_如何转开发ooks for a directory of ISOs and gives you the option to boot one of them as if it were a bootable CD.This is basically s[详细]
2023-01-17 04:16 分类:问答