A _____Bios automatically assigns the necessary
configuration information (IRQ's I/O addresses, and DMAS) to
devices and avoid conflicts.
Answers were Sorted based on User's Feedback
Answer / bluehole
BIOS Has a set of routine to initialize the Bare hardware.
If "automatically assign" means initialization then the
proposition is right. Else... The BIOS inits the system
resources and stores the values in NVRAM(CMOS) the screen
you see for configuring the SYSTEM parameter is a depict of
CMOS/NVRAM not the BIOS.
When you configure the System, the post-BIOS routines read
those and prepares the system for start-up.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is face threading safe?
Are cpu threads important?
Is creating a thread expensive?
Is face threading bad?
what is the scope and packages being offered after the linux course completion,i'm really waitin for the answer?
Say we have three threads T1, T2 and T3 which perform sequentially one after another is their any benefit of using thread over here rather than having a single process.
Do threads share variables?
Explain each system calls used for process management in linux.
Is thread an abstract class?
Is threading harmful?
Why are goroutines not lightweight threads?
Can we start two threads at a time?