搜索结果

找到约 460 项符合 Kernel 的查询结果

嵌入式/单片机编程 三星原厂的CE5.0bsp,包括eboot

三星原厂的CE5.0bsp,包括eboot,nboot,kernel,driver。实现了kitl,directdraw驱动 eboot有usb下载功能
https://www.eeworm.com/dl/647/223083.html
下载: 58
查看: 1038

其他书籍 HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核

HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核,由于项目原因,先后跑了2.6.11,2.6.13和2.6.15,试了一下ftp.kernel.org上下载的2.6.16,没跑起来,打住。 2. 编辑linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改为 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的编译器是4 ...
https://www.eeworm.com/dl/542/223673.html
下载: 123
查看: 1144

数学计算 The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adapti

The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging of the observations when estimating the regression function. Analogously, one can e ...
https://www.eeworm.com/dl/641/225922.html
下载: 43
查看: 1057

Linux/Unix编程 qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實機的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比

qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實機的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比 QEMU 快一點,但 Bochs 需要特定的 Kernel Patch;User-Mode-Linux 的 Guest System 必須為 Linux;VMware 和 Virtual PC 則需要在 Guest System 上安裝特定的 Driver,且它們是針對 ...
https://www.eeworm.com/dl/619/227822.html
下载: 158
查看: 1255

软件设计/软件工程 从结构上来说

从结构上来说,实时多任务操作系统包括两部分,一部分为操作系统内核(kernel),即实时执行程序(Real Time Executive:RTX),另一部分是输入输出部分(I/O)(注意开发系统不属于操作系统的范畴);嵌入式系统对I/O的需求通常比较小(无文件系统需求),因此很多实时多任务操作系统本质上就是一个实时执行程序,如AMX(Kadak),VRTX( ...
https://www.eeworm.com/dl/684/231704.html
下载: 187
查看: 1021

通讯编程文档 Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit mic

Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these gateways are easily moved from full-blown host PCs to embedded platforms like the PC104. In this class you wil ...
https://www.eeworm.com/dl/646/231897.html
下载: 120
查看: 1107

软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow ...
https://www.eeworm.com/dl/684/233661.html
下载: 196
查看: 1071

嵌入式Linux 基于ecos的redboot

基于ecos的redboot,该包支持多种处理器。用户可以根据自己硬件平台,通过ecosconfig来配置,配置界面和编译linux kernel差不多。本包已经正对Intel IXP2400平台做了相应配置,硬件平台为双CUP架构。压缩文件中有更为详细的说明。
https://www.eeworm.com/dl/653/235549.html
下载: 20
查看: 1023

软件设计/软件工程 嵌入式Linux 内核移植相关代码分析 本文通过整理之前研发的一个项目(ARM7TDMI +uCLinux)

嵌入式Linux 内核移植相关代码分析 本文通过整理之前研发的一个项目(ARM7TDMI +uCLinux),分析内核启动过程及需要修改的文件,以供 内核移植者参考。整理过程中也同时参考了众多网友的帖子,在此谢过。由于整理过程匆忙,难免错误 及讲解的不够清楚之处,请各位网友指正,这里提前谢过。本文分以下部分进行介绍: 1. Boo ...
https://www.eeworm.com/dl/684/245536.html
下载: 76
查看: 1046

嵌入式Linux Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫

Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2 ...
https://www.eeworm.com/dl/653/246851.html
下载: 93
查看: 1146