-
Notifications
You must be signed in to change notification settings - Fork 3
/
cppreduceOS.code-workspace
86 lines (86 loc) · 1.53 KB
/
cppreduceOS.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
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.asm": "asm-collection",
"*.inc": "arm",
"util.h": "c",
"graphics.h": "c",
"stdint.h": "c",
"string.h": "c",
"terminal.h": "c",
"stdbool.h": "c",
"gdt.h": "c",
"hal.h": "c",
"va_list.h": "c",
"pit.h": "c",
"heap.h": "c",
"pci.h": "c",
"isr.h": "c",
"sleep.h": "c",
"mem_phys.h": "c",
"font.h": "c",
"queue": "c",
"pmm.h": "c",
"panic.h": "c",
"floppy.h": "c",
"syscall.h": "c",
"mem.h": "c",
"list.h": "c",
"hashmap.h": "c",
"liballoc_forwarder.h": "c",
"vmm.h": "c",
"idt.h": "c",
"vfs.h": "c",
"ext2.h": "c",
"ide_ata.h": "c",
"processor.h": "c",
"serial.h": "c",
"cmds.h": "c",
"ksym.h": "c",
"kernel.h": "c",
"fat.h": "c",
"tarfs.h": "c",
"elf.h": "c",
"mod.h": "c",
"stddef.h": "c",
"module.h": "c",
"pci_vendors.h": "c",
"stdio.h": "c",
"process.h": "c",
"bitmap.h": "c",
"vesa.h": "c",
"assert.h": "c",
"keyboard.h": "c",
"clock.h": "c",
"stdarg.h": "c",
"errno.h": "c",
"tree.h": "c",
"spinlock.h": "c",
"signal.h": "c",
"liballoc.h": "c",
"ioctl.h": "c",
"args.h": "c",
"*.elf": "c",
"fb.h": "c",
"bios32.h": "c",
"*.def": "c",
"doomgeneric.h": "c",
"ringbuffer.h": "c",
"termios.h": "c",
"video.h": "c",
"types.h": "c",
"_timespec.h": "c",
"time.h": "c",
"stat.h": "c",
"*.s": "c",
"vmm_pte.h": "c",
"vmm_pde.h": "c",
"multiboot.h": "c"
}
}
}