-
Notifications
You must be signed in to change notification settings - Fork 1
/
report.txt
63 lines (61 loc) · 4.61 KB
/
report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
40 text files.
classified 40 files 40 unique files.
1 file ignored.
http://cloc.sourceforge.net v 1.60 T=0.03 s (1481.8 files/s, 167216.5 lines/s)
--------------------------------------------------------------------------------
File blank comment code
--------------------------------------------------------------------------------
./libs/interrupts.asm 261 0 1554
./libs/liballoc.c 170 23 348
./libs/interrupt_handler.c 18 0 339
./include/interrupt_stubs.h 2 0 259
./libs/stdio.c 16 0 176
./libs/paging.c 60 9 161
./libs/gdt.c 19 0 110
./include/multiboot.h 20 29 86
./include/stdarg.h 20 44 69
kernel.c 17 1 51
./include/liballoc.h 27 35 37
makefile 10 0 32
./libs/idt.c 5 0 29
./libs/hardware.c 7 6 27
./libs/pic.c 5 0 27
./include/gdt.h 9 0 25
./libs/system.c 4 0 23
./include/idt.h 9 0 22
loader.asm 10 0 21
./libs/liballoc_hooks.c 4 0 19
./libs/irq.c 10 0 19
./libs/isr.c 11 0 18
./include/linker_symbols.h 3 0 14
./libs/utils.c 1 0 13
./include/regs.h 3 0 11
./libs/stack_protector.c 9 6 11
./include/stdio.h 2 0 10
./include/paging.h 5 0 10
./include/system.h 3 0 8
./libs/system.asm 5 0 8
./include/isr.h 3 0 7
./include/irq.h 3 0 7
./include/stdbool.h 2 0 6
./include/interrupt_handler.h 3 0 5
./include/pic.h 3 0 5
./include/access.h 3 1 5
./include/stack_protector.h 3 1 5
./libs/systemcall.c 1 0 4
./include/utils.h 2 0 4
./include/stdsymbols.h 2 0 4
--------------------------------------------------------------------------------
SUM: 770 155 3589
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Assembly 3 276 0 1583
C 16 357 45 1375
C/C++ Header 20 127 110 599
make 1 10 0 32
-------------------------------------------------------------------------------
SUM: 40 770 155 3589
-------------------------------------------------------------------------------