-
a micro
一个微型操作系统源码-a micro-source operating system
- 2022-03-28 12:18:10下载
- 积分:1
-
A user
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
- 2022-11-28 07:20:03下载
- 积分:1
-
模拟协处理器功能的 C 语言源码
模拟协处理器功能的 C 语言源码 -coprocessor functional simulation of C language source code
- 2023-01-23 18:50:03下载
- 积分:1
-
实现一个简单的视频聊天,请放心下载,不含插件
实现一个简单的视频聊天,请放心下载,不含插件-Realize a simple video chat, please rest assured download, free plug-ins
- 2022-02-10 05:43:47下载
- 积分:1
-
a complete OS GUI interface, single
一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
- 2023-07-23 07:05:04下载
- 积分:1
-
GetVersionEx,获取Windows操作系统版本的例子。
GetVersionEx,获取Windows操作系统版本的例子。-GetVersionEx, access to Windows operating system version of the example.
- 2022-02-26 23:26:20下载
- 积分:1
-
activated computer code examples
计算机启动例子代码-activated computer code examples
- 2022-06-17 03:49:12下载
- 积分:1
-
MIZI Linux SDK的S3C2410核心linux-2.4.18
MIZI Linux SDK的S3C2410核心linux-2.4.18它的所有
- 2022-01-30 16:02:05下载
- 积分:1
-
计算机操作系统磁盘驱动调度算法的模拟实现
计算机操作系统磁盘驱动调度算法的模拟实现-Computer operating system disk drive simulation scheduling algorithm to achieve
- 2022-06-28 13:42:04下载
- 积分:1
-
WorstFit,BestFit,FirstFit的实现
利用JavaScript实现了WorstFit,BestFit,FirstFit,可以直观显示区别和联系
- 2022-03-23 08:46:28下载
- 积分:1