CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bit c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bit c - List
[
OS Develop
]
39294
DL : 0
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++. -Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386
Date
: 2008-10-13
Size
: 186.26kb
User
:
郭春阳
[
OS Develop
]
39294
DL : 0
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++. -Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386
Date
: 2026-01-02
Size
: 186kb
User
:
郭春阳
[
OS Develop
]
memtest86+-1.70
DL : 0
系统启动时检测内存状况的软件C代码,程度有点深,具备了C高级编程知识的朋友们可以参考研习。-Boot time memory status detection software C code, the degree of bit depth, with a high-level programming knowledge of C friends can refer to the study.
Date
: 2026-01-02
Size
: 141kb
User
:
Michael
[
OS Develop
]
easyVM_Small.tar
DL : 0
easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据区 DOS.IMG MS-DOS 6.22的镜像 easyVM.exe easyVM主程序 easyVM.ini easyVM的配置文件 Readme.txt 本说明文本 TC.IMG 含有Trubo C 2.0的软盘镜像 Dos622c.img 硬盘镜像 梁一信 yinXlms@126.com 2008年7月11日-easyVM is a simple virtual machine. 0.1 version only supports the 8086 instruction set and some simple I/O devices support only the English text display. Version 0.2 is mainly based on the 0.1 version added a small part of the 32-bit instructions (push eax, etc.), making easyVM you can run MS-DOS 6.22 comes with most of the program. File Description: ==================== Bios \ Bios.bin Bios procedures Bios \ BiosData.bin CMOS data area DOS.IMG MS-DOS 6.22 mirror easyVM.exe easyVM main program easyVM.ini easyVM configuration file Readme.txt This note contains the text of TC.IMG image Trubo C 2.0 floppy disk mirroring Dos622c.img a letter yinXlms@126.com 2008 Nian Liang Yue 11 Ri 7
Date
: 2026-01-02
Size
: 1.63mb
User
:
zhanghui
[
OS Develop
]
linuxC
DL : 0
C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开。 -C language nature. Combination of computer and operating system theory to explain how C program is compiled, link, running at the same time a comprehensive description C syntax. Bit operation section adapted from the Asian bamboo forest embedded education teacher handouts, list and binary tree embedded sections adapted from the Asia Education Zhu teacher handouts. Assembly language of the section adapted from [GroudUp], in the final chapter of the book mentioned, learning to program, there are two Approach, One is the Bottom Up, one is Top Down, advantages and disadvantages need to combine the two. So I compiled this book thinking that the first part of the Top Down, the second part of the Bottom Up, Part III can be counted among the gaps filled in, all three parts start around the C language.
Date
: 2026-01-02
Size
: 4.32mb
User
:
yanlg
[
OS Develop
]
Mindows5.7
DL : 1
Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统内核”一书,本手册不仅仅是从应用的角度介绍操作系统如何使用,更重要的是从原理的角度对操作系统的功能做了分析、设计,从无到有循序渐进一点点的增加操作系统的功能,并且每增加一个功能便配以一个例子加以演示,让读者能立刻看到代码运行的结果。 本手册记录了我从对操作系统内核不了解到写出操作系统内核的过程,这样的一个过程对你来说应该也是一个最好的学习过程。 如果你有一定的C语言基础,并且对硬件也有稍微的了解,那么我相信你一定会看明白本手册!也一定可以随心所欲的修改、扩展你需要的操作系统功能! 请登陆blog.sina.com.cn/ifreecoding获取更多资料-Wanlix is a very small kernel embedded operating system, only a few hundred bytes, but only provide task switching function, very suitable resources, especially less but require task switching project. The Mindows can provide a variety of operating system functions, real-time preemptive operating systems, mission support multiple priority preemptive scheduling, real-time task can be set to high priority real-time software system, the user can also be based on their own select the desired part of the demand, and on this basis to write code to increase the functionality they need, and can be cut. I recorded the Wanlix, and Mindows of development process, the underlying workers manual embedded operating system kernel, "a book form, this manual describes how to use the operating system not only from the application point of view, is more important functionality of the operating system from the point of view of the principle of doing the analysis, design, step-by-step a little bit o
Date
: 2026-01-02
Size
: 8.35mb
User
:
ifreecoding
[
OS Develop
]
wanlix
DL : 0
Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统内核”一书,本手册不仅仅是从应用的角度介绍操作系统如何使用,更重要的是从原理的角度对操作系统的功能做了分析、设计,从无到有循序渐进一点点的增加操作系统的功能,并且每增加一个功能便配以一个例子加以演示,让读者能立刻看到代码运行的结果。 本手册记录了我从对操作系统内核不了解到写出操作系统内核的过程,这样的一个过程对你来说应该也是一个最好的学习过程。 如果你有一定的C语言基础,并且对硬件也有稍微的了解,那么我相信你一定会看明白本手册!也一定可以随心所欲的修改、扩展你需要的操作系统功能! 请登陆blog.sina.com.cn/ifreecoding获取更多资料-Wanlix is a very small kernel embedded operating system, only a few hundred bytes, but only provide task switching function, very suitable resources, especially less but require task switching project. The Mindows can provide a variety of operating system functions, real-time preemptive operating systems, mission support multiple priority preemptive scheduling, real-time task can be set to high priority real-time software system, the user can also be based on their own select the desired part of the demand, and on this basis to write code to increase the functionality they need, and can be cut. I recorded the Wanlix, and Mindows of development process, the underlying workers manual embedded operating system kernel, "a book form, this manual describes how to use the operating system not only from the application point of view, is more important functionality of the operating system from the point of view of the principle of doing the analysis, design, step-by-step a little bit o
Date
: 2026-01-02
Size
: 8.14mb
User
:
ifreecoding
[
OS Develop
]
bitManage
DL : 0
操作系统课程中,位管理的模拟实现,对理解操作系统的位管理有重要作用,同时对学习C#编程,也能起到作用-Courses on operating system, the analog-bit managed to achieve, bit operating system for understanding the management has an important role, while learning the C# programming, but also can play a role
Date
: 2026-01-02
Size
: 93kb
User
:
chen
[
OS Develop
]
uCos-II
DL : 0
uCOSII源码.μC/OSII是著名的、源码公开的实时内核,是专为嵌入式应用设计的,可用于各类8位、16位和32位单片机或DSP。从μC/OS算起,该内核已有10余年应用史,在诸多领域得到了广泛应用。(The C/OSII is a well-known, open source real-time kernel that is designed for embedded applications. It can be used for all kinds of 8 bit, 16 bit and 32 bit MCU or DSP. From the perspective of C/OS, the kernel has been used for more than 10 years, and has been widely applied in many fields.)
Date
: 2026-01-02
Size
: 999kb
User
:
小谢小
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.