亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Kernel

實時操作系統(tǒng)(RealTimeOperatingSystem,簡稱RTOS)是指當外界事件或數(shù)據(jù)產(chǎn)生時,能夠接受并以足夠快的速度予以處理,其處理的結(jié)果又能在規(guī)定的時間之內(nèi)來控制生產(chǎn)過程或?qū)μ幚硐到y(tǒng)做出快速響應,調(diào)度一切可利用的資源完成實時任務,并控制所有實時任務協(xié)調(diào)一致運行的操作系統(tǒng)。提供及時響應和高可靠性是其主要特點。
  • 三星原廠的CE5.0bsp,包括eboot

    三星原廠的CE5.0bsp,包括eboot,nboot,Kernel,driver。實現(xiàn)了kitl,directdraw驅(qū)動 eboot有usb下載功能

    標簽: eboot 5.0 bsp CE

    上傳時間: 2014-01-14

    上傳用戶:dengzb84

  • HHARM2410: 1. 從ftp://ftp.arm.linux.org.uk上下載linux內(nèi)核

    HHARM2410: 1. 從ftp://ftp.arm.linux.org.uk上下載linux內(nèi)核,由于項目原因,先后跑了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.0.1版本的,一般的3.x的應該都沒問題

    標簽: linux ftp HHARM 2410

    上傳時間: 2014-09-03

    上傳用戶:lo25643

  • 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 estimate derivatives of small order of the regression function.

    標簽: automatically subroutines and algorithm

    上傳時間: 2015-11-25

    上傳用戶:luke5347

  • 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,且它們是針對作業(yè)系統(tǒng)而進行模擬,並不能說是完整的模擬器。所以 QEMU 仍不失為極優(yōu)秀的 x86 模擬器。

    標簽: VMware User-Mode-Linux Virtual Bochs

    上傳時間: 2014-06-04

    上傳用戶:bakdesec

  • 從結(jié)構(gòu)上來說

    從結(jié)構(gòu)上來說,實時多任務操作系統(tǒng)包括兩部分,一部分為操作系統(tǒng)內(nèi)核(Kernel),即實時執(zhí)行程序(Real Time Executive:RTX),另一部分是輸入輸出部分(I/O)(注意開發(fā)系統(tǒng)不屬于操作系統(tǒng)的范疇);嵌入式系統(tǒng)對I/O的需求通常比較小(無文件系統(tǒng)需求),因此很多實時多任務操作系統(tǒng)本質(zhì)上就是一個實時執(zhí)行程序,如AMX(Kadak),VRTX(Microtec),iRMX(Intel)等(這里的X即:eXecutive),如果純粹從Kernel的角度來考察目前流行的各種實時多任務操作系統(tǒng)的性能,它們的效率差別都不大。 在市面上可以得到一些RTX的源代碼(有用C實現(xiàn)的,有用匯編實現(xiàn)的,還有用PL/M語言實現(xiàn)的),從internet上也可以蕩一些下來(我介紹一個站點www.eg3.com,堪稱世界電子工程師資源寶庫),下面我要介紹的一個RTX版本(我命名為SRTX:short RTX),可以說是RTX中的元老級產(chǎn)品了,來自某研究所,九十年代初他們到美國考察,從美國某公司購得。五年以前,SRTX在國內(nèi)有售,許多搞工控的研究所利用SRTX開發(fā)了一些大型或小型的產(chǎn)品,這里介紹的SRTX我作了一些簡化和改動.

    標簽:

    上傳時間: 2015-12-09

    上傳用戶:wang5829

  • 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 will learn about hardware platforms that support embedded Linux, Linux Kernel configuration, feature selection, installation, booting and tuning.

    標簽: bit platforms Abstract networks

    上傳時間: 2014-01-05

    上傳用戶:kytqcool

  • 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 Kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS Kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified Kernel. As result, we port new Kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the Kernel service as well as verify the operations of our implementation.

    標簽: priority preemptive inversion problem

    上傳時間: 2015-12-14

    上傳用戶:氣溫達上千萬的

  • 基于ecos的redboot

    基于ecos的redboot,該包支持多種處理器。用戶可以根據(jù)自己硬件平臺,通過ecosconfig來配置,配置界面和編譯linux Kernel差不多。本包已經(jīng)正對Intel IXP2400平臺做了相應配置,硬件平臺為雙CUP架構(gòu)。壓縮文件中有更為詳細的說明。

    標簽: redboot ecos

    上傳時間: 2014-01-09

    上傳用戶:siguazgb

  • 嵌入式Linux 內(nèi)核移植相關代碼分析 本文通過整理之前研發(fā)的一個項目(ARM7TDMI +uCLinux)

    嵌入式Linux 內(nèi)核移植相關代碼分析 本文通過整理之前研發(fā)的一個項目(ARM7TDMI +uCLinux),分析內(nèi)核啟動過程及需要修改的文件,以供 內(nèi)核移植者參考。整理過程中也同時參考了眾多網(wǎng)友的帖子,在此謝過。由于整理過程匆忙,難免錯誤 及講解的不夠清楚之處,請各位網(wǎng)友指正,這里提前謝過。本文分以下部分進行介紹: 1. Bootloader 及內(nèi)核解壓 2. 內(nèi)核啟動方式介紹 3. 內(nèi)核啟動地址的確定 4. arch/armnommu/Kernel/head-armv.S 分析 5. start_Kernel()函數(shù)分析

    標簽: ARM7TDMI uCLinux Linux 嵌入式

    上傳時間: 2016-01-12

    上傳用戶:xzt

  • Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫

    Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 Kernel include,編譯完成後產(chǎn)生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, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 }

    標簽: s3c2440 driver Linux dev-C

    上傳時間: 2014-01-01

    上傳用戶:qlpqlq

主站蜘蛛池模板: 灌云县| 西乌| 天峨县| 鸡东县| 淳化县| 溧水县| 卫辉市| 平武县| 鄂托克旗| 乐都县| 山东省| 当雄县| 新竹县| 泉州市| 连云港市| 田阳县| 台中市| 日土县| 苍南县| 宜春市| 绥芬河市| 五华县| 五大连池市| 彭水| 寻乌县| 汨罗市| 孟州市| 扬州市| 嘉义县| 麟游县| 安陆市| 南城县| 前郭尔| 巴里| 天峨县| 昭平县| 临泽县| 广昌县| 罗定市| 阿荣旗| 化州市|