English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how to get the BIOS date without using the system timer cuz system timer already used in interrupt.

2006-08-21 20:57:59 · 3 answers · asked by php newbies 1 in Computers & Internet Programming & Design

3 answers

This will involve one of two approachs.
1) Create a C function with inline assembler routine to directly access the BIOS clock and call it.

2) Create a standalone library function to do so along with a header file, usually the function object code is assembled from MASM, TASM, NASM or AS. Then include your header and make the appropriate call from C.

Other than this, check out the URLs below for references to this sort of thing and possible prewritten code.

2006-08-22 03:59:30 · answer #1 · answered by Anonymous · 0 0

Not even programming related, at least not C, C has no such informational library; it can only be done via assembly and actual programming information and custom libraries leaked out by Pheonix, AMI, those companies.

The other way is obviously entering BIOS setup.

2006-08-21 21:04:32 · answer #2 · answered by Andy T 7 · 0 1

go to ur vendor the one who made motherboard and get it from there if intel is intel.com... if via ...via arena.com...or AMD.com...whomever

2006-08-21 21:02:47 · answer #3 · answered by rickunlimited1952 4 · 0 0

fedest.com, questions and answers