119 lines
4.7 KiB
Plaintext
119 lines
4.7 KiB
Plaintext
0 0 0 .
|
|
123 366 2887 ./Makefile
|
|
0 0 0 ./boot
|
|
238 1017 5938 ./boot/head.s
|
|
231 908 5364 ./boot/setup.s
|
|
260 869 5052 ./boot/bootsect.s
|
|
0 0 0 ./fs
|
|
56 140 1175 ./fs/stat.c
|
|
100 376 5053 ./fs/Makefile
|
|
103 300 2802 ./fs/read_write.c
|
|
73 201 1422 ./fs/block_dev.c
|
|
381 1253 9072 ./fs/buffer.c
|
|
338 771 6933 ./fs/inode.c
|
|
9 15 122 ./fs/file_table.c
|
|
208 556 4340 ./fs/open.c
|
|
104 271 2103 ./fs/char_dev.c
|
|
353 1259 9134 ./fs/exec.c
|
|
90 256 1852 ./fs/file_dev.c
|
|
75 177 1455 ./fs/fcntl.c
|
|
281 673 5628 ./fs/super.c
|
|
778 2170 16562 ./fs/namei.c
|
|
46 123 977 ./fs/ioctl.c
|
|
111 282 2385 ./fs/pipe.c
|
|
65 128 1148 ./fs/truncate.c
|
|
168 483 4042 ./fs/bitmap.c
|
|
0 0 0 ./include
|
|
0 0 0 ./include/sys
|
|
58 171 1304 ./include/sys/stat.h
|
|
46 109 805 ./include/sys/types.h
|
|
15 25 200 ./include/sys/times.h
|
|
16 27 234 ./include/sys/utsname.h
|
|
23 68 560 ./include/sys/wait.h
|
|
253 938 6410 ./include/unistd.h
|
|
42 108 734 ./include/time.h
|
|
228 745 5325 ./include/termios.h
|
|
19 34 286 ./include/stddef.h
|
|
28 109 780 ./include/stdarg.h
|
|
55 219 1374 ./include/fcntl.h
|
|
13 33 225 ./include/utime.h
|
|
405 955 7881 ./include/string.h
|
|
60 214 1268 ./include/errno.h
|
|
68 239 1762 ./include/signal.h
|
|
15 32 321 ./include/const.h
|
|
220 906 6047 ./include/a.out.h
|
|
34 112 1049 ./include/ctype.h
|
|
0 0 0 ./include/linux
|
|
65 313 1968 ./include/linux/hdreg.h
|
|
22 121 734 ./include/linux/kernel.h
|
|
233 824 5838 ./include/linux/sched.h
|
|
86 292 2588 ./include/linux/sys.h
|
|
77 221 2173 ./include/linux/tty.h
|
|
202 707 5474 ./include/linux/fs.h
|
|
10 25 219 ./include/linux/mm.h
|
|
20 42 304 ./include/linux/head.h
|
|
48 223 1289 ./include/linux/config.h
|
|
71 404 2466 ./include/linux/fdreg.h
|
|
0 0 0 ./include/asm
|
|
24 68 477 ./include/asm/io.h
|
|
14 79 507 ./include/asm/memory.h
|
|
66 201 1711 ./include/asm/system.h
|
|
65 190 1366 ./include/asm/segment.h
|
|
0 0 0 ./init
|
|
209 679 5221 ./init/main.c
|
|
0 0 0 ./kernel
|
|
83 323 3309 ./kernel/Makefile
|
|
412 1087 8242 ./kernel/sched.c
|
|
285 809 5265 ./kernel/system_call.s
|
|
197 525 4175 ./kernel/exit.c
|
|
147 459 3693 ./kernel/fork.c
|
|
24 65 448 ./kernel/panic.c
|
|
208 447 4951 ./kernel/traps.c
|
|
146 291 2335 ./kernel/asm.s
|
|
119 298 2651 ./kernel/signal.c
|
|
41 99 734 ./kernel/printk.c
|
|
236 479 3706 ./kernel/sys.c
|
|
58 207 1461 ./kernel/mktime.c
|
|
233 751 4800 ./kernel/vsprintf.c
|
|
0 0 0 ./kernel/chr_drv
|
|
588 1970 12780 ./kernel/chr_drv/keyboard.S
|
|
68 242 2443 ./kernel/chr_drv/Makefile
|
|
147 413 2718 ./kernel/chr_drv/rs_io.s
|
|
710 1747 14568 ./kernel/chr_drv/console.c
|
|
349 858 7634 ./kernel/chr_drv/tty_io.c
|
|
59 176 1406 ./kernel/chr_drv/serial.c
|
|
204 609 4979 ./kernel/chr_drv/tty_ioctl.c
|
|
0 0 0 ./kernel/math
|
|
43 149 936 ./kernel/math/Makefile
|
|
42 119 1023 ./kernel/math/math_emulate.c
|
|
0 0 0 ./kernel/blk_drv
|
|
349 953 7807 ./kernel/blk_drv/hd.c
|
|
165 525 3539 ./kernel/blk_drv/ll_rw_blk.c
|
|
462 1608 11429 ./kernel/blk_drv/floppy.c
|
|
58 211 1951 ./kernel/blk_drv/Makefile
|
|
140 460 3464 ./kernel/blk_drv/blk.h
|
|
125 366 2740 ./kernel/blk_drv/ramdisk.c
|
|
0 0 0 ./lib
|
|
73 282 2602 ./lib/Makefile
|
|
35 118 1202 ./lib/ctype.c
|
|
10 15 131 ./lib/close.c
|
|
10 15 127 ./lib/dup.c
|
|
13 24 198 ./lib/_exit.c
|
|
25 51 389 ./lib/open.c
|
|
7 12 73 ./lib/errno.c
|
|
10 19 170 ./lib/execve.c
|
|
10 15 128 ./lib/setsid.c
|
|
14 25 177 ./lib/string.c
|
|
16 26 253 ./lib/wait.c
|
|
10 17 160 ./lib/write.c
|
|
232 1218 7469 ./lib/malloc.c
|
|
0 0 0 ./mm
|
|
37 108 813 ./mm/Makefile
|
|
40 83 508 ./mm/page.s
|
|
430 1662 11223 ./mm/memory.c
|
|
0 0 0 ./tools
|
|
168 615 4525 ./tools/build.c
|
|
13839 42578 319681 total
|
|
|
|
|