-
Notifications
You must be signed in to change notification settings - Fork 1
/
KronOS.code-workspace
58 lines (58 loc) · 1 KB
/
KronOS.code-workspace
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
{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.associations": {
"*.s": "nasm",
"*.ld": "mapfile",
"*.c": "c",
"cpu.h": "c",
"pit.h": "c",
"process.h": "c",
"serial.h": "c",
"kernel.h": "c",
"bsod.h": "c",
"irq.h": "c",
"vesa.h": "c",
"time.h": "c",
"printk.h": "c",
"scheduler.h": "c",
"memory.h": "c",
"getuid.C": "cpp",
"syscall.h": "c",
"bit": "cpp",
"compare": "cpp",
"cstddef": "cpp",
"string": "cpp",
"limits": "cpp",
"memory": "cpp",
"new": "cpp",
"functional": "cpp",
"tss.h": "c",
"workflows.h": "c",
"multiboot.h": "c",
"mutex.h": "c",
"array": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"kill.h": "c",
"exit.h": "c",
"ipc.h": "c",
"cmos.h": "c",
"socket.h": "c",
"stdbool.h": "c",
"hephaistos.h": "c",
"signal.h": "c",
"uid.C": "cpp",
"kheap.h": "c",
"string_view": "c",
"initializer_list": "c",
"threads.h": "c",
"terminal.h": "c"
}
}
}