Linux操作系统实现原理》资源

[email protected]

Updated: 20170918

 

 

1. Linux内核源程序 /linux-0.12

2.Linux内核实验内容 /Bochs

3. 本书指定网站 Oldlinux.org

4.Linux内核官方网站 Kernel.org

5. 书中程序链接列表如下

 

程序列表和链接

程序列表名

PDF

html

源程序文件

5

 程序5-1

pdf

html

linux/Makefile

6

 程序6-1

pdf

html

linux/boot/bootsect.s

 程序6-2

pdf

html

linux/boot/setup.S

 程序6-3

pdf

html

linux/boot/head.s

7

 程序7-1

pdf

html

linux/init/main.c

8

 程序8-1

pdf

html

linux/kernel/asm.s

 程序8-2

pdf

html

linux/kernel/traps.c

 程序8-3

pdf

html

linux/kernel/sys_call.s

 程序8-4

pdf

html

linux/kernel/mktime.c

 程序8-5

pdf

html

linux/kernel/sched.c

 程序8-6

pdf

html

linux/kernel/signal.c

 程序8-7

pdf

html

linux/kernel/exit.c

 程序8-8

pdf

html

linux/kernel/fork.c

 程序8-9

pdf

html

linux/kernel/sys.c

 程序8-10

pdf

html

linux/kernel/vsprintf.c

 程序8-11

pdf

html

linux/kernel/printk.c

 程序8-12

pdf

html

linux/kernel/panic.c

9

 程序9-1

pdf

html

linux/kernel/blk_drv/blk.h

 程序9-2

pdf

html

linux/kernel/blk_drv/hd.c

 程序9-3

pdf

html

linux/kernel/blk_drv/ll_rw_blk.c

 程序9-4

pdf

html

linux/kernel/blk_drv/ramdisk.c

 程序9-5

pdf

html

linux/kernel/blk_drv/floppy.c

10

 程序10-1

pdf

html

linux/kernal/chr_drv/keyboard.S

 程序10-2

pdf

html

linux/kernal/chr_drv/console.c

 程序10-3

pdf

html

linux/kernal/chr_drv/serial.c

 程序10-4

pdf

html

linux/kernal/chr_drv/rs_io.s

 程序10-5

pdf

html

linux/kernal/chr_drv/tty_io.c

 程序10-6

pdf

html

linux/kernal/chr_drv/tty_ioctl.c

11

 程序11-1

pdf

html

linux/kernel/math/math-emulate.c

 程序11-2

pdf

html

linux/kernel/math/error.c

 程序11-3

pdf

html

linux/kernel/math/ea.c

 程序11-4

pdf

html

linux/kernel/math/convert.c

 程序11-5

pdf

html

linux/kernel/math/add.c

 程序11-6

pdf

html

linux/kernel/math/compare.c

 程序11-7

pdf

html

linux/kernel/math/get_put.c

 程序11-8

pdf

html

linux/kernel/math/mul.c

 程序11-9

pdf

html

linux/kernel/math/div.c

12

 程序12-1

pdf

html

linux/fs/buffer.c

 程序12-2

pdf

html

linux/fs/bitmap.c

 程序12-3

pdf

html

linux/fs/truncate.c

 程序12-4

pdf

html

linux/fs/inode.c

 程序12-5

pdf

html

linux/fs/super.c

 程序12-6

pdf

html

linux/fs/namei.c

 程序12-7

pdf

html

linux/fs/file_table.c

 程序12-8

pdf

html

linux/fs/block_dev.c

 程序12-9

pdf

html

linux/fs/file_dev.c

 程序12-10

pdf

html

linux/fs/pipe.c

 程序12-11

pdf

html

linux/fs/char_dev.c

 程序12-12

pdf

html

linux/fs/read_write.c

 程序12-13

pdf

html

linux/fs/open.c

 程序12-14

pdf

html

linux/fs/exec.c

 程序12-15

pdf

html

linux/fs/stat.c

 程序12-16

pdf

html

linux/fs/fcntl.c

 程序12-17

pdf

html

linux/fs/ioctl.c

 程序12-18

pdf

html

linux/fs/select.c

13

 程序13-1

pdf

html

linux/mm/memory.c

 程序13-2

pdf

html

linux/mm/page.s

 程序13-3

pdf

html

linux/mm/swap.c

14

 程序14-1

pdf

html

linux/include/a.out.h

 程序14-2

pdf

html

linux/include/const.h

 程序14-3

pdf

html

linux/include/ctype.h

 程序14-4

pdf

html

linux/include/errno.h

 程序14-5

pdf

html

linux/include/fcntl.h

 程序14-6

pdf

html

linux/include/signal.h

 程序14-7

pdf

html

linux/include/stdarg.h

 程序14-8

pdf

html

linux/include/stddef.h

 程序14-9

pdf

html

linux/include/string.h

 程序14-10

pdf

html

linux/include/termios.h

 程序14-11

pdf

html

linux/include/time.h

 程序14-12

pdf

html

linux/include/unistd.h

 程序14-13

pdf

html

linux/include/utime.h

 程序14-14

pdf

html

linux/include/asm/io.h

 程序14-15

pdf

html

linux/include/asm/memory.h

 程序14-16

pdf

html

linux/include/asm/segment.h

 程序14-17

pdf

html

linux/include/asm/system.h

 程序14-18

pdf

html

linux/include/linux/config.h

 程序14-19

pdf

html

linux/include/linux/fdreg.h

 程序14-20

pdf

html

linux/include/linux/fs.h

 程序14-21

pdf

html

linux/include/linux/hdreg.h

 程序14-22

pdf

html

linux/include/linux/head.h

 程序14-23

pdf

html

linux/include/linux/kernel.h

 程序14-24

pdf

html

linux/include/linux/math_emu.h

 程序14-25

pdf

html

linux/include/linux/mm.h

 程序14-26

pdf

html

linux/include/linux/sched.h

 程序14-27

pdf

html

linux/include/linux/sys.h

 程序14-28

pdf

html

linux/include/linux/tty.h

 程序14-29

pdf

html

linux/include/sys/param.h

 程序14-30

pdf

html

linux/include/sys/resource.h

 程序14-31

pdf

html

linux/include/sys/stat.h

 程序14-32

pdf

html

linux/include/sys/time.h

 程序14-33

pdf

html

linux/include/sys/times.h

 程序14-34

pdf

html

linux/include/sys/types.h

 程序14-35

pdf

html

linux/include/sys/utsname.h

 程序14-36

pdf

html

linux/include/sys/wait.h

15

 程序15-1

pdf

html

linux/lib/_exit.c

 程序15-2

pdf

html

linux/lib/close.c

 程序15-3

pdf

html

linux/lib/ctype.c

 程序15-4

pdf

html

linux/lib/dup.c

 程序15-5

pdf

html

linux/lib/errno.c

 程序15-6

pdf

html

linux/lib/execve.c

 程序15-7

pdf

html

linux/lib/malloc.c

 程序15-8

pdf

html

linux/lib/open.c

 程序15-9

pdf

html

linux/lib/setsid.c

 程序15-10

pdf

html

linux/lib/string.c

 程序15-11

pdf

html

linux/lib/wait.c

 程序15-12

pdf

html

linux/lib/write.c

16

 程序16-1

pdf

html

linux/tools/build.c

程序合集

 程序合集

pdf

html

linux/

 

Website: oldlinux.org

MailTo: 赵炯 <[email protected]>

2017.09.18