-
DOS
DOS - ç ,它的内核也是FreeDOS的内核。并在此基础上进行了一定的修改,使其更加实用。 FreeDOS的是项目设计
提供替代到MS - DOS,PC的DOS的和DR - DOS的自由 。-DOS-C started in 1988 as an experiment in writing device drivers in C for
Microsoft s MS-DOS. Both block and character device drivers were written,
along with special C data structures to match the MS-DOS request packet. It
was then recognized that using the same techniques, an operating system
could be written that would take advantage of the C language features and
would require much less time to develop than the traditional assembly
language techniques. Although UNIX had proven this earlier, it was not
tried with a traditional pc operating system.
At this time, a minimal operating system using the device drivers written
earlier along with a new 8086 interrupt API was developed. It was called
XDOS and proved to be a functional operating system. This new operating
system was used to develop booting techniques and a C library SDK was
dev
- 2023-09-06 14:00:04下载
- 积分:1
-
很好的代码来看吧!
很好的代码来看吧!-good look at the code!
- 2022-03-26 04:25:58下载
- 积分:1
-
Optical encoder source code, can refer to! Does the use of AVR
光电编码器源代码,可以参考一下!使用AVR做的-Optical encoder source code, can refer to! Does the use of AVR
- 2022-07-16 20:51:45下载
- 积分:1
-
windows 的一个字体,非常的棒(价格4万),欢迎下载使用.
windows 的一个字体,非常的棒(价格4万),欢迎下载使用.-Another font in windows, which seems very good.(worth $40,000)
Welcome to download and try.
- 2022-01-30 21:31:03下载
- 积分:1
-
mc9328mx1的初始化原代码,ini.h
mc9328mx1的初始化原代码,ini.h-initialization mc9328mx1 the original code, ini.h
- 2022-07-03 06:04:49下载
- 积分:1
-
操作系统非常好的常用批处理文件,别错过哦。
操作系统非常好的常用批处理文件,别错过哦。-Very good operating system commonly used batch file, Oh Do not miss.
- 2022-07-03 20:16:16下载
- 积分:1
-
Linux_Kernel核心中文手册(内核图解)
详细描述了linux内核的内部原理,并配有大量的图形方便理解。-A detailed description of the internal linux kernel principle, there are a lot of graphics to help understanding.
- 2022-04-16 22:38:18下载
- 积分:1
-
demonstration of the code used to achieve critical thread synchronization.
本代码演示了利用临界区实现线程的同步。-demonstration of the code used to achieve critical thread synchronization.
- 2022-05-13 10:24:55下载
- 积分:1
-
这是一个进程创建实现的简单源程序,实现进程间的通信和管理...
这是一个进程创建实现的简单源程序,实现进程间的通信和管理
-This is the realization of a process to create a simple source code to achieve inter-process communication and management
- 2022-03-23 03:07:48下载
- 积分:1
-
进程通信
要求:创建进程,实现消息通信和共享内存通信。 示例程序:ProcessA.exe ProcessB.exe 简要说明:本例用三种方法实现进程通信,仅用于示例目的,没有进行功能优化。 1、 在进程A中输入一些字符,点“利用SendMessage发送消息”按钮可将消息发到进程B。 2、 在进程A中输入一些字符,点“写数据到内存映像文件”按钮,然后在进程B中点“从内存映像文件读数据” 按钮可收到消息。 3、
- 2022-11-30 21:20:04下载
- 积分:1