APEI:ACPI Platform Error Interface 1、Hardware Errors 和 Error Sources 硬件有错误检测机制。 硬件错误分类:Corrected Error、UnCorrected Error(Fatal Error、NotFatal Error(Re ...
分类:
其他好文 时间:
2020-03-29 15:27:17
阅读次数:
218
找到 Ublox 的 驱动包。 网上找了很久没有找到,后面随便在网上搜索了一个 3.1版本的。 放入 Android 源码的 hardware 目录下 在 Android 板级文件里面添加文件添加GPS 的驱动。 主要是如下两个文件 device/rockchip/common/BoardConfi ...
分类:
移动开发 时间:
2020-03-27 13:16:08
阅读次数:
150
#!/bin/sh #deion: get server hardware info #author: liuxin #date: 20180122 #需要安装jq工具 yum install jq #用于存放该服务器的所有信息,个人喜欢把全局变量写到外面 #写到函数里面,没有加local的变量也是 ...
分类:
Web程序 时间:
2020-03-22 23:59:06
阅读次数:
128
What is SPDK The Storage Performance Development Kit (SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode st ...
分类:
其他好文 时间:
2020-02-22 14:01:18
阅读次数:
91
Virtual memory is a memory management capability of an operating system (OS) that uses hardware and software to allow a computer to compensate for phy ...
分类:
其他好文 时间:
2020-02-22 10:16:08
阅读次数:
79
(1)x86的由来x86架构首度出现在1978年推出的Intel 8086中央处理器,它是从Intel 8008处理器中发展而来的,而8008则是发展自Intel 4004的。在8086之后,Intel又推出了包括80186、80286、80386以及80486。 在设计上,这些后续的处理器使用的指... ...
分类:
其他好文 时间:
2020-02-09 09:44:21
阅读次数:
75
1. chrome://settings/ 最下面 advanced, 将use hardware acceleration关闭 2.chrome://flags/ 将 关闭 不知道是不是心理作用,但是进行上面操作后会感觉自己眼睛对字体的聚焦更好,相比firefox。。。稍微能看一些了 ...
分类:
其他好文 时间:
2020-02-08 15:55:40
阅读次数:
191
1.load sdk shell ./auto_load_user.sh 2.查看all端口状态 IVM:0>ifcs show devport 3.查看个别端口状态 IVM:0>ifcs show devport 6 4.enable/disable 端口 IVM:0>port enable 1- ...
分类:
其他好文 时间:
2020-02-06 20:07:51
阅读次数:
72
23 May 2017» Hardware注:STM32F407VGT6 with STM32F4 DSP and standard peripherals library v1.8.0外部中断源码//中断服务函数void EXTI2_IRQHandler(void){ delay_ms(10); ... ...
分类:
其他好文 时间:
2020-02-06 13:05:01
阅读次数:
137
虚拟化技术的分类: 1,模拟:Emulation ? Qemu,PearPC,Bochs 2,完全虚拟化:Full Virtualization,Native Virtualization ? HVM:hardware virtualization machine ? vmware workstat ...
分类:
其他好文 时间:
2020-02-01 10:53:37
阅读次数:
71