-
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
-
新版本发布之为0.6.5.0。它的基础上有点不到100和…
New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs and drivers packed with KPACK, functions to change cursors from the application side. Desktop picture should now look more attractive since new smoothing algorithm is used.
Talking about programs changing we can mark KFAR (copy files, create folders), FASM (fixes for output generation), TINYPAD (work with mutliple files, change encoding, dynamic memory allocation). Changes have also been made to more than 50 other programs.
- 2023-05-02 04:55:06下载
- 积分:1
-
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)-Details on how to install the Linux operating system from the hard drive (not available on CD-ROM installation)
- 2022-09-30 18:15:03下载
- 积分:1
-
MIPS系列CPU下的测试代码,非常好的东西;
MIPS系列CPU下的测试代码,非常好的东西;-MIPS CPU series of test code, a very good thing;
- 2022-08-20 09:23:57下载
- 积分:1
-
some classics of the hash function and test data.
一些经典的HASH函数及测试数据-some classics of the hash function and test data.
- 2022-03-19 13:11:34下载
- 积分: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 a shell program to simulate the system under unix. Can be achieved under...
这是一个shell程序,模拟unix系统之下的。可以实现unix下的很多命令-This is a shell program to simulate the system under unix. Can be achieved under a lot of unix commands
- 2022-07-01 10:50:54下载
- 积分:1
-
cnix.rar
cnix.rar
- 2022-01-25 23:45:09下载
- 积分:1
-
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)...
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
- 2022-02-02 15:15:00下载
- 积分:1
-
ucos2_ English tutorial, very classic tutorial, especially for beginners, you wa...
ucos2_中文版教程,非常经典的教程,尤其是对初学者,希望对大家有帮助!-ucos2_ English tutorial, very classic tutorial, especially for beginners, you want to help!
- 2022-01-21 06:05:16下载
- 积分:1