-
vga bios description , registers and interrupts
vga bios description , registers and interrupts
- 2022-04-09 03:34:48下载
- 积分:1
-
Intro.to.OrangeS
OS构建自己的操作系统
Intro.to.OrangeS
OS构建自己的操作系统-Intro.to.OrangeS OS Build your own operating system
- 2022-08-18 11:03:12下载
- 积分:1
-
小型文件管理系统
操作系统的课程设计--利用Linux的api设计模拟一个小型的磁盘文件管理系统
- 2023-04-17 01:50:03下载
- 积分:1
-
vb实现银行事件模拟
vb实现银行事件模拟-vb achieve simulated incident
- 2023-06-20 20:55:03下载
- 积分:1
-
操作系统Clock算法的Java实现
操作系统Clock算法的Java实现,包括三个文件: Node_Clock.java,作业封装类。Clock.java,实现Clock算法。Test.java,main。编的不太好,但是清楚明白,供大家借鉴。
- 2022-04-25 14:54:47下载
- 积分:1
-
真正的
实模式操作系统的设计与实现-Real-mode operating system design and implementation. . . . . . . . . . . . . . . . . . .
- 2022-01-22 05:20:17下载
- 积分: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
-
操作系统加载的源代码
操作系统加载的源代码-loading the operating system source code
- 2022-04-23 03:36:27下载
- 积分:1
-
dsp/bios下串口的IOM驱动源码,希望对大家开发自己的程序有所帮助...
dsp/bios下串口的IOM驱动源码,希望对大家开发自己的程序有所帮助-dsp/bios driver source code under the serial port of the IOM, in the hope we help to develop their own programs
- 2022-08-06 10:42:00下载
- 积分:1
-
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