I am writing a small kernel for x86, in which I want to find out some
system information, using assembly:
- BIOS information, such as vendor/date/version: Is it available
somewhere in BIOS memory? Or is there any BIOS interrupt returning
that information?
- Machine model/serial: I want to show that for example this machine
is "Fujitsu Lifebook S2210". Same question: can I get it from
somewhere in BIOS memory, or Bios interrupts?
I know that 0xFFFF:0x0005 keeps the BIOS date, but nothing else.
Lots of thanks.
j