-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkernel.code-workspace
More file actions
97 lines (97 loc) · 1.72 KB
/
Copy pathkernel.code-workspace
File metadata and controls
97 lines (97 loc) · 1.72 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"folders": [
{
"path": "."
},
{
"path": "usr/ldso"
},
{
"path": "usr/libc"
},
{
"path": "usr/shell"
}
],
"settings": {
"files.associations": {
"apic.h": "c",
"tss.h": "c",
"stdint.h": "c",
"gdt.h": "c",
"paging.h": "c",
"mm.h": "c",
"detection.h": "c",
"__locale": "c",
"string": "c",
"string_view": "c",
"__bit_reference": "c",
"__node_handle": "c",
"bitset": "c",
"deque": "c",
"limits": "c",
"locale": "c",
"optional": "c",
"ratio": "c",
"vector": "c",
"cpuid.h": "c",
"detect.h": "c",
"pmm.h": "c",
"mm_common.h": "c",
"kmalloc.h": "c",
"ios": "c",
"ps2kbd.h": "c",
"stdbool.h": "c",
"keyboard.h": "c",
"__split_buffer": "c",
"array": "c",
"queue": "c",
"stack": "c",
"unordered_map": "c",
"acpi.h": "c",
"string.h": "c",
"irq.h": "c",
"hpet.h": "c",
"stdio.h": "c",
"thread.h": "c",
"typeinfo": "c",
"proc.h": "c",
"__hash_table": "c",
"initializer_list": "c",
"compare": "c",
"cstdint": "c",
"complex": "c",
"type_traits": "c",
"variant": "c",
"functional": "c",
"tuple": "c",
"sstream": "c",
"kernel.h": "c",
"console.h": "c",
"uconsole.h": "c",
"syscall.h": "c",
"kconsole.h": "c",
"stdint-gcc.h": "c",
"common.h": "c",
"ioapic.h": "c",
"scheduler.h": "c",
"ports.h": "c",
"istream": "c",
"vfs.h": "c",
"types.h": "c",
"stddef.h": "c",
"syscall_list.h": "c",
"syscall_ext.h": "c",
"kbd.h": "c",
"stdio_fs.h": "c",
"stdlib.h": "c",
"malloc.h": "c",
"draw.h": "c",
"stdlib_internal.h": "c",
"fb.h": "c",
"dirent.h": "c",
"stat.h": "c"
},
"C_Cpp.default.compilerPath": "x86_64-elf-gcc"
}
}