Please help me to retrive the serial number of the motherboard in DOS platform using C programming with source code. I use Turbo C.
If you can, mail me to param@programmer.net
This is a discussion on Serial Number of the Motherboard! within the A Brief History of Cprogramming.com forums, part of the Community Boards category; Please help me to retrive the serial number of the motherboard in DOS platform using C programming with source code. ...
Please help me to retrive the serial number of the motherboard in DOS platform using C programming with source code. I use Turbo C.
If you can, mail me to param@programmer.net
Don't want to dissapoint you, but I'm quite sure you won't find any BIOS (not speaking of DOS) int, which will query the motherboard serial number.
I assume you have to access some low level stuff to get this information (hardware port IO), and this is probably not standardized...So, you'll have to search on motherboard manufacturers sites for board-specifical info.
However, if you're looking for a general solution ...well, I wish you luck!
Check this one for example on industry standards![]()
[R]evolution!
Programming related articles, downloads, demos
For a complete guide to DOS interrupts, check out http://www.ctyme.com/rbrown.htm