Welcome![Sign In][Sign Up]
Location:
Search - os asm

Search list

[assembly languagetestos

Description: TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
Platform: | Size: 125689 | Author: wjli | Hits:

[OS Developbootf02

Description: John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
Platform: | Size: 13446 | Author: wjli | Hits:

[Windows Develop引导程序的设计以及进程环境的建立

Description: 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
Platform: | Size: 10515 | Author: 黄小文 | Hits:

[Other resourceUCOSII-VC

Description: 《嵌入式实时操作系统uC/OS-II》这本书已经安排了大量篇幅来专门讲解uC/OS-II的移植:第13章移植uC/OS-II,第14章uC/OS-II在80x86上的移植,第15章uC/OS-II在带有硬件浮点运算单元的80x86上的移植。所以本文只是重点讲解移植到VC下和其他处理器上的不同地方,更详细的介绍读者可以参考《嵌入式实时操作系统uC/OS-II》这本书。和所有其他的移植一样,本文所做的移植也只需要修改uC/OS-II处理器相关代码,一共包括3个文件:OS_CPU.H,OS_CPU_A.ASM,OS_CPU_C.C。
Platform: | Size: 12737 | Author: 金阳 | Hits:

[Othermicro_os

Description: 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1的最后两个字节写入55h ,aah 3 启动 有几个可用命令 help cls quit exit reboot -micro operating system, the operating system would like to know the secret in this beginners can start. The list : a micro-os.img has compiled a good disk image. Two micro-order core os_kernel.bin binary code three micro-os_loader.boot start binary four micro-os_loader.asm micro-os_kernel.asm source usage : a compiler source 2 to loader.boot using tools into floppy 0 0 1 Sector kernel.bin into 0.0.2 - 0.0.n (4; 10) In the last two 0.0.1 byte write cycles, aah 3 launch several orders can help cls quit exit reboot
Platform: | Size: 9507 | Author: 京继鸿 | Hits:

[OS Developdrdossrc

Description: 一个dos操作系统DRDOS的源码- Dos operating system DRDOS source code
Platform: | Size: 1211392 | Author: 站长 | Hits:

[OS DevelopMyOS_ASM

Description: 一个朋友写的操作系统源码-a friend to write the operating system source code
Platform: | Size: 3156992 | Author: 高小燕 | Hits:

[Othermicro_os

Description: 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1的最后两个字节写入55h ,aah 3 启动 有几个可用命令 help cls quit exit reboot -micro operating system, the operating system would like to know the secret in this beginners can start. The list : a micro-os.img has compiled a good disk image. Two micro-order core os_kernel.bin binary code three micro-os_loader.boot start binary four micro-os_loader.asm micro-os_kernel.asm source usage : a compiler source 2 to loader.boot using tools into floppy 0 0 1 Sector kernel.bin into 0.0.2- 0.0.n (4; 10) In the last two 0.0.1 byte write cycles, aah 3 launch several orders can help cls quit exit reboot
Platform: | Size: 9216 | Author: 京继鸿 | Hits:

[uCOSucos2.76

Description: uc/os-ii 2.76版本,包括所有的内核服务-uc/os- ii 2.76 version, including all the core services
Platform: | Size: 68608 | Author: 罗开 | Hits:

[TCP/IP stackucosW78E58YIZHI

Description: 这是我从别的网站下载的UC/OS移植到单片机上的源代码,相比较别的上传的,我的绝对好用,没有任何BUG-This is my downloaded from the website of the other UC/OS to the microcontroller source code compared to the other upload, I absolutely convenient, no BUG
Platform: | Size: 1690624 | Author: 刘力 | Hits:

[Booksejdifd

Description: 实时多任务操作系统(RTOS)能有效提高嵌入式平台的资源利用效率,是嵌入式应用的必然趋势。本文阐述基于MSP430F149的RTOS——M430/OS。它由汇编写成、短小精干、占用系统资源少、运行稳定可靠,目前已在思达高科配网技术公司产品上得到应用。 关键词:RTOS 任务调度 MSP430 -multi-task real-time operating system (RTOS) can effectively raise Embedded Platform efficiency of resource use, Embedded Application is an inevitable trend. This paper describes the RTOS--M430/OS on MSP430F149. It consists of a compilation languages, short and compact, taking up less system resources, stable and reliable operation. Si has been in high Distribution Network Technology Corporation products are applied. Keywords : RTOS task scheduling MSP430
Platform: | Size: 65536 | Author: 孙振红 | Hits:

[Software EngineeringUCOSII-VC

Description: 《嵌入式实时操作系统uC/OS-II》这本书已经安排了大量篇幅来专门讲解uC/OS-II的移植:第13章移植uC/OS-II,第14章uC/OS-II在80x86上的移植,第15章uC/OS-II在带有硬件浮点运算单元的80x86上的移植。所以本文只是重点讲解移植到VC下和其他处理器上的不同地方,更详细的介绍读者可以参考《嵌入式实时操作系统uC/OS-II》这本书。和所有其他的移植一样,本文所做的移植也只需要修改uC/OS-II处理器相关代码,一共包括3个文件:OS_CPU.H,OS_CPU_A.ASM,OS_CPU_C.C。
Platform: | Size: 12288 | Author: 金阳 | Hits:

[assembly languageASM-TEST

Description: selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer-selects the mux channel and configures the MAX197 forsecond write pulse, written with ACQMOD = 0, termi-either unipolar or bipolar input range. A write pulse (WRnates acquisition and starts conversion on WR ° Os risin+ CS) can either start an acquisition interval or initiate aedge (Figure 6). However, if the second control bytecombined acquisition plus conversion. The samplingcontains ACQMOD = 1, an indefinite acquisition intervalinterval occurs at the end of the acquisition interval.is restarted.The ACQMOD bit in the input control byte offer
Platform: | Size: 2048 | Author: shuteoliver | Hits:

[assembly languagemicro-os

Description: This a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.-This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.
Platform: | Size: 5120 | Author: Mostafa | Hits:

[Embeded-SCM Develops51

Description:  微型51/AVR编程器由德国的Peter Dannegger设计的51编程器,无论是学习单片机或业余时间搞开发,都是一个非常好的选择。但在原设计的的PC程序中很可惜的只有DOS版本的。为此我为它写了一个Windows版本的配套软件,经过一些朋友的试用效果也不错。以下图一是软件的界面。现有英文版和简体中文版,支持win9x,winxp,winnt,win2k多种版本的OS系统。 软件使用简单无须太多的说明,同时支持HEX,BIN等文件格式的读取,绿色软件无须安装。 可以到http://www.specs.de/~danni/tools/proflash/index.htm下载-Micro-51/AVR programmer from Germany, designed by Peter Dannegger programmer 51, whether it is free time to study or engage in the development of single-chip are a very good option. However, in the original design process of the PC it is a pity that only the DOS version. For this reason I write it, a Windows version of the software, after the trial some of my friends have a good effect. First, the following chart of the interface software. Available in English and simplified Chinese version, support for win9x, winxp, winnt, win2k multiple versions of the OS system. Using a simple software that do not have too much at the same time support the HEX, BIN file formats, such as reading, green do not need to install software. Can http://www.specs.de/ ~ danni/tools/proflash/index.htm to download
Platform: | Size: 1682432 | Author: laky | Hits:

[OS DevelopGlukOS

Description: Simple DOS-like OS. For learning purposes. Written in TASM.
Platform: | Size: 55296 | Author: USvER | Hits:

[Linux-Unixtinyos

Description: A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.
Platform: | Size: 52224 | Author: ve wu | Hits:

[assembly languagetut_sistoper

Description: ebook builded as an OS in asm
Platform: | Size: 113664 | Author: marcosl lemos | Hits:

[Linux-Unixbios-asm

Description: 一个简单的OS,实现了进程与和类简单的驱动程序,非常适合OS初学者-A simple OS, and class implements a simple process and driver, very suitable for beginners OS
Platform: | Size: 36864 | Author: lizuodong | Hits:

[OtherC-and-ASM-hybrid-programming

Description: ARM中C和汇编混合编程及示例 在嵌入式系统开发中,目前使用的主要编程语言是C和汇编,C++已经有相应的编译器,但是现 在使用还是比较少的。在稍大规模的嵌入式软件中,例如含有OS,大部分的代码都是用C 编写的, 主要是因为C 语言的结构比较好,便于人的理解,而且有大量的支持库。尽管如此,很多地方还是要 用到汇编语言,例如开机时硬件系统的初始化,包括CPU 状态的设定,中断的使能,主频的设定, 以及RAM的控制参数及初始化,一些中断处理方面也可能涉及汇编。另外一个使用汇编的地方就是 一些对性能非常敏感的代码块,这是不能依靠C编译器的生成代码,而要手工编写汇编,达到优化的 目的。而且,汇编语言是和CPU 的指令集紧密相连的,作为涉及底层的嵌入式系统开发,熟练对应 汇编语言的使用也是必须的。 -ARM in C and assembly of hybrid programming examples
Platform: | Size: 100352 | Author: wxx | Hits:
« 12 »

CodeBus www.codebus.net