-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile_list.txt
More file actions
52 lines (51 loc) · 839 Bytes
/
file_list.txt
File metadata and controls
52 lines (51 loc) · 839 Bytes
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
../FunOS/
|-- File_list.txt
|-- bochsout.txt
|-- bochsrc.bxrc
|-- boot
| |-- boot.asm
| |-- include
| | |-- fat12hdr.inc
| | |-- lib.inc
| | |-- load.inc
| | `-- pm.inc
| `-- loader.asm
|-- boot.img
|-- file_list.txt
|-- include
| |-- clock.h
| |-- const.h
| |-- global.h
| |-- i8253.h
| |-- i8259.h
| |-- keyboard.h
| |-- keymap.h
| |-- klib.h
| |-- proc.h
| |-- protect.h
| |-- sconst.inc
| |-- syscall.h
| |-- tty.h
| |-- type.h
| `-- vga.h
|-- kernel
| |-- clock.c
| |-- global.c
| |-- i8253.c
| |-- i8259.c
| |-- kernel.asm
| |-- keyboard.c
| |-- main.c
| |-- proc.c
| |-- protect.c
| |-- start.c
| |-- sys_call.asm
| |-- syscall.c
| |-- tty.c
| `-- vga.c
|-- lib
| |-- klib.c
| |-- kliba.asm
| `-- string.asm
`-- makefile
5 directories, 44 files