DFI LP DK P45 T2RS PLUS BIOS SETTING
standard cmos features date (mm:dd:yy) mon,oct 11 2016 time (hh:mm:ss) 10 : 10 : 26 ide channel 0 sandisk sdssdhp128g ide channel 0 tsstcorp cddvdw sh-2 ide channel 1 none ide channel 1 none drive a none video ega/vga halt on all errors base memory 639k extended memory 8386560k total memory 8387584k advanced bios features hard disk boot priority press enter virus warning disabled cpu l3 cache enable quick power on self test enable first boot device floppy third boot device hard disk second boot device cdrom boot other device enable boot up floppy seek enabled boot up numlock status on gate a20 option fast typematic rate setting disabled typematic rate (chars/sec) 6 typematic delay (msec) 250 security option setup apic mode enabled mps version control for os 1.4 os select for dram > 64mb non-os2 report no fdd for win 95 no full screen logo show enabled advanced chipset features system bios cacheable enabled memory hole at 15m-16m disabled pci express root port func press enter pci-e compliancy mode v1.0a genie bios setting cpu feature press enter dram timing press enter voltage setting press enter exit setup shutdown mode 2 shutdown after ac loss disabled ac shutdown free disabled o.c. fail retry counter 1 o.c. fail cmos reload disabled cpu clock ratio 9 x cpu n/2 ratio disabled target cpu clock 3600 mhz cpu clock 400 mhz boot up clock auto cpu clock amplitude 1000mv cpu clock0 skew 0ps cpu clock1 skew 0ps dram speed 400/800 target dram speed ddr2 800 pcie clock 100 mhz cpu spread specturm disabled pcie spread spectrum disabled cpu feature thermal management control:disable ppm(eist) mode:disable limit cpuid maxval:disable c1e function:disable execute disable bit:enable virtualization technology:enable core multi-processing:enable dram timing enhance data transmitting:auto enhance addressing:auto t2 dispatch:auto clock setting fine delay press enter flex memory mode:auto cas latency time (tcl):auto ras# to cas# delay (trcd):auto ras# precharge (trp):auto precharge delay (tras):auto all precharge to act:auto ref to act delay (trfc):auto performance lvl(read delay):auto read delay phase adjust:press to enter write to pre delay(twr):auto rank write to read(twrt):auto act to act delay(trrd):auto read to write delay(trdwr):auto ranks write to write(twrwr):auto ranks write to read(twrrd):auto read cas# precharge(trtp):auto all pre to refresh:auto voltage setting cpu vid special add:+100mv dram voltage control:2.100v sb core/cpu pll voltage:1.55v nb core voltage:1.2700v cpu vtt voltage:1.24v vcore droop control:enable clockgen voltage control:3.85v cpu gtl 0/2 ref volt:0.67x cpu gtl 1/3 ref volt:0.67x north bridge gtl ref volt:0.67x fsb vref:00 integrated peripherals onchip ide device press enter onboard device press enter superio device press enter usb device setting press enter onchip ide device sata mode ahci legacy mode support disabled onboard jmb363 disabled onboard device onboard lan enabled onboard hd audio disabled onboard lan pxe disabled super io device power on by mouse disabled power on by keyboard disabled power on by button enabled kb power on password enter hot key power on ctrl-f1 onboard fdc controller disabled onboard serial port 1 disabled onboard serial port 2 disabled uart mode select irda pwron after pwr-fail off cir port address disabled cir port irq 11 usb device setting usb 1.0 controller enabled usb 2.0 controller enabled usb operation mode high speed usb keyboard function enabled usb mouse function enabled usb storage function enabled usb mass storage device boot setting
DFI LP DK P45 T2RS PLUS BIOS SETTING的更多相关文章
- GA-H61M-DS2 BIOS SETTING
Boot Option #1,UEFI:Sandisk SDSSDHP128G Boot Option #2, Boot Option #3, Boot Option #4, Bootup Numbe ...
- Android Studio :enable vt-x in your bios security,已经打开还是报错的解决方法
quote: For Windows 10: First of all, install the intelhaxm-android.exe located in the folder SDK\ext ...
- DELL升级bios方式
升级过程其实很简单 1.官网下载exe文件,放入U盘 2.重启电脑F12选择升级bios 3.选择U盘里面的升级文件 4.重点来了!!! boot options 是什么? 就是boot设置里面自己自 ...
- [Docker] Install Docker on Windows (hp) and start with Kitematic
Well, on Windows costs a little bit effort to run docker. 1. You need to enable Virtulization: Oh hp ...
- Use LiveCD to acquire images from a VM
Forensic examiners usually acquire images from suspect's PC or Laptop. What if the target computer i ...
- 【Android Studio安装部署系列】三十六、从Android Studio3.1.4升级到Android studio3.2【以及创建android p模拟器(未成功)】
版权声明:本文为HaiyuKing原创文章,转载请注明出处! 概述 因为想要使用Android P模拟器,所以需要将Android Studio升级到3.2版本以上. 按照官网的说法:参考<ht ...
- HP Microserver Gen8 Processor FAQ
http://homeservershow.com/forums/index.php?/topic/6596-hp-microserver-gen8-processor-faq/ This guide ...
- dell R730 安装windwos 2008 R2在windows loading files...完成后屏幕无信号(iDrac绿屏)
dell R730 安装windwos 2008 R2在windows loading files...完成后,Starting Windows时屏幕无信号(iDrac绿屏) 解决方法: F2 进行 ...
- Dell服务器安装系统中遇到的坑
在本学期开学初期,由于后续实验的需要,老师为我们配置了服务器,该服务器的型号为Dell Power R730. 由于我也是一个小白,在服务器安装系统的过程中,遇到了一些麻烦,在这里记录下来,希望自己能 ...
随机推荐
- [intoj#7]最短距离
190227模拟 题目描述 给定一张 N 个点的有向图,点 i 到点 j 有一条长度为 i/gcd(i,j) 的边. 有个 Q 询问,每个询问包含两个数 x, y,求从点 x 出发到点 y 的最短距离 ...
- glance系列一:glance基础
一 什么是glance glance即image service,是为虚拟机的创建提供镜像的服务 二 为何要有glance 我们基于openstack是构建基本的Iaas平台对外提供虚拟机,而虚拟机在 ...
- odoo10学习笔记
odoo的API: Odoo新API的介绍与应用: odoo新api的实现是借助于python装饰器.新API的装饰器主要有以下几种: model,multi,one,constrains,depen ...
- C# socket实践 - 简易版FTP(Server & Client)
写了个简易版的ftp(服务器和客户端),运行效果如下图: click download下载中的UI: 原理:模仿正规ftp方式,分成2个socket连接:文本命令socket.数据信道socket. ...
- Python从菜鸟到高手(6):获取用户输入、函数与注释
1. 获取用户输入 要编写一个有实际价值的程序,就需要与用户交互.当然,与用户交互有很多方法,例如,GUI(图形用户接口)就是一种非常好的与用户交互的方式,不过我们先不讨论GUI的交互方式,本节会 ...
- Python—生成器
列表生成式 现在有个需求,看列表[0, 1, 2, 3, 4, 5, 6, 7, 8, 9],要求你把列表里的每个值加1,你怎么实现? >>> a = [i+1 for i in r ...
- MyEclipse和eclipse的区别
对于新手来说,MyEclipse和eclipse来说的区别可能就是MyEclipse比eclipse多了my,MyEclipse主要为JavaEE开发,而Eclipse主要为Java开发..那么MyE ...
- sqlserver2008 传入的表格格式数据流(tds)协议流不正确。
起因是在sql 2008 里使用 sql prompt 报了一个内部连接致命错误,原本应该想到是数据库连接问题的,奇怪的是能连接上数据库也能查询表仅仅是用不了工具没有智能提示. 几经查询无果,度娘上之 ...
- 用友云开放平台之API网关
本文介绍选择API网关应考虑的几方面内容,API网关在微服务框架中的作用,API网关如何选型,用友云开放平台的API网关可以做什么. 随着互联网的快速发展,当前已步入移动互联.物联网时代.企业内部系统 ...
- 使用Browser请求 和 在cli中运行程序的分析
在browser中请求后端的一个程序之后,立马将窗口关闭,服务器端的程序是否会挂起或者终止,还是继续执行? 如果是继续执行,那么执行完毕后,结果去了哪里?-->apache的工作流程 使用Bro ...