home *** CD-ROM | disk | FTP | other *** search
/ CD Action 48 / cdactioncoverdisc482000.iso / hard / bios1340.exe / Faq.txt < prev    next >
Text File  |  2000-03-04  |  3KB  |  58 lines

  1. Because I got a lot of mail during the last weeks I'm going to write
  2. a FAQ for my BIOS program. Please understand that it will start in a
  3. very small size.
  4.  
  5. Q: How must I use the BIOS program?
  6. A: Just go to the Command Prompt and enter BIOS <RETURN>. It will then
  7. show you all available command line parameters with a short
  8. description.
  9.  
  10. Q: I never used such crazy passwords like "AKAKALXZ" (AWARD Bios).
  11. A: In Award setup you may enter a password which is 8 characters long.
  12. This means you have over 2E+11 different possibilities (if you only
  13. use big characters). Award saves those passwords in an encrypted form
  14. in two bytes, which means there are only 65536 different possibilities.
  15. So, there is the same encrypted value for many different passwords.
  16. The Bios setup can only build the checksum of the enterd password and
  17. compare it to the saved. So it's alright if you enter a password which
  18. has the same encrypted value than the original password.
  19.  
  20. Q: The program shows a wrong Bios vendor and totally wrong passwords.
  21. A: This means that your Bios vendor isn't yet implemented and so the
  22. program tries the algorithms for the most possible vendor. This is also
  23. the cause why the shown passwords are wrong. Please read the included
  24. file SUPPORT.TXT and follow the instructions if you want me to update
  25. the program for your Bios.
  26.  
  27. Q: The program shows a wrong Bios version or wrong passwords.
  28. A: This means that your Bios version isn't yet implemented and so the
  29. program tries the algorithms for the most possible version. This is 
  30. also the cause why the shown passwords are wrong. Please read the 
  31. included file SUPPORT.TXT and follow the instructions if you want me to 
  32. update the program for your Bios.
  33.  
  34. Q: The program shows 'Found unknown OS ($xx) y.y'.
  35. A: Your Operating System isn't yet implemented. Please send me an email
  36. containing the name and version of your OS and the $xx and y.y value
  37. shown by the program.
  38.  
  39. Q: Why should I reboot using Int19?
  40. A: If you booted without loading a memory manager, you can reboot using
  41. Int19 option much faster than if you did a cold or warm reboot. This is
  42. useful especially if you booted in safe mode in order to change the 
  43. startup files.
  44.  
  45. Q: Why should I erase the CMOS data?
  46. A: If you set a setup password so that you can't access the bios
  47. but have still access the system you have a big problem if you forget
  48. your password and BIOS doesn't find a usable password (especially 
  49. important for unsupported bios vendors), you can erase all the CMOS
  50. data. After that, your bios will load default settings at next boot.
  51. This means: no passwords are set any more.
  52.  
  53. Q: What different states can be displayed for the RTC battery?
  54. A: There are only two possible states: Full and Empty. This is because 
  55. BIOS can only check the RTC registers which set a flag if in one of the
  56. clock update periods (about 32000 times per second) the battery power 
  57. was too low.
  58.