<%@ include file="/includes/menu.jsp" %>
<%@ include file="/includes/motherboardheader-small.jsp" %>
<%@ include file="/includes/biosagentpurchase.jsp" %>
<%@ page import = "be.barefeetmedia.breadcrumb.*" %>
<%@ page import = "java.util.*" %>
<%
BreadcrumbLink home = new BreadcrumbLink("Home", "/");
BreadcrumbLink faq = new BreadcrumbLink("BIOS FAQ", "/faq.jsp");
List
breadcrumbLinksList = new ArrayList();
breadcrumbLinksList.add(home);
breadcrumbLinksList.add(faq);
request.setAttribute("breadcrumbLinks", breadcrumbLinksList);
%>
<%@ include file="/ad/googleresponsive.jsp" %>
<%@ include file="/includes/subscribeemaillist-sendy.jsp" %>
<%@ include file="/includes/fastsecurestable-webhosting.jsp" %>
<%@ include file="/ad/googlebigrectangle.jsp" %>
- Go into your BIOS, choose CMOS Chipset Features Setup, disable every form of caching and shadowing you can find, ie: Video Bios Cacheable. Save and exit.
- Now boot with a clean boot disk. Hit Ctrl+F5,when you see "Windows Starting" (This temporarily prevents Drvspace.bin from loading-making 108K more Memory available.)
- Award 7.x flashers now have a switch /tiny . If you use that switch (eg. awd7xx /tiny newbios.bin) the Award flasher will need less free memory.
Go back to our BIOS FAQ.
<%@ include file="/includes/googlesearch.jsp" %>
<%@ include file="/includes/footer.jsp" %>
<%@ include file="/includes/javascript.jsp" %>