Boot-time list of hardware
Posted: Sat Aug 24, 2013 10:07 am
Hi,
I was wondering if there is a way to build a list of the hardware of a computer at boot time... The idea is to be dispensed to use the BIOS. Why ? Personally, I don't like it Its interruptions are hiding all the interesting stuff, and it is not funny.
So, theoretically, it should be possible to write small boot-time drivers using IN and OUT instructions. Why wouldn't it be possible since it is what the BIOS does ? Whatever, I would like to now if there is a way to use the I/O instructions to know what kind of hardware is connected (maybe only to know which bootable devices are present) and execute code in consequence.
Thanks beforehand
I was wondering if there is a way to build a list of the hardware of a computer at boot time... The idea is to be dispensed to use the BIOS. Why ? Personally, I don't like it Its interruptions are hiding all the interesting stuff, and it is not funny.
So, theoretically, it should be possible to write small boot-time drivers using IN and OUT instructions. Why wouldn't it be possible since it is what the BIOS does ? Whatever, I would like to now if there is a way to use the I/O instructions to know what kind of hardware is connected (maybe only to know which bootable devices are present) and execute code in consequence.
Thanks beforehand