| .cursor/install.sh |
103 |
4788 |
| README.md |
393 |
17380 |
| SRC/EXIT42.S |
5 |
28 |
| chrisvm/buses/io.c |
60 |
1554 |
| chrisvm/buses/mmio.c |
115 |
2944 |
| chrisvm/buses/pci/pci.h |
3 |
128 |
| chrisvm/chris_arch.h |
278 |
5911 |
| chrisvm/chrisvm.h |
77 |
2598 |
| chrisvm/cpu/common/cpuid.c |
36 |
1141 |
| chrisvm/cpu/common/exceptions.c |
135 |
3968 |
| chrisvm/cpu/common/state.c |
87 |
1945 |
| chrisvm/cpu/emulator/chriscpu.c |
176 |
4468 |
| chrisvm/cpu/emulator/decode.c |
628 |
20774 |
| chrisvm/cpu/emulator/execute.c |
819 |
25123 |
| chrisvm/cpu/emulator/flags.c |
142 |
3430 |
| chrisvm/cpu/emulator/mmu.c |
199 |
5900 |
| chrisvm/cpu/emulator/operands.c |
159 |
4120 |
| chrisvm/cpu/hv/chrishv.c |
61 |
1238 |
| chrisvm/cpu/hv/svm/svm.h |
3 |
107 |
| chrisvm/cpu/hv/vmx/vmx.h |
3 |
116 |
| chrisvm/debug/trace.c |
76 |
2279 |
| chrisvm/devices/fb/fb.c |
211 |
5580 |
| chrisvm/devices/serial/serial.c |
108 |
2703 |
| chrisvm/frontend/main.c |
148 |
4174 |
| chrisvm/frontend/view.c |
82 |
2269 |
| chrisvm/guests/arith.asm |
37 |
608 |
| chrisvm/guests/link.ld |
12 |
159 |
| chrisvm/guests/splash.asm |
252 |
4604 |
| chrisvm/machine/boot.c |
193 |
6028 |
| chrisvm/machine/config.c |
76 |
2511 |
| chrisvm/machine/machine.c |
200 |
4517 |
| chrisvm/machine/machine.h |
141 |
4411 |
| chrisvm/tests/test_chrisvm.c |
398 |
14745 |
| compiler/chrisasm/chrisasm.c |
1360 |
38575 |
| compiler/chrisasm/chrisasm.h |
10 |
158 |
| compiler/chrisc/chrisc.c |
9674 |
301990 |
| compiler/chrisc/chrisc.h |
79 |
2443 |
| compiler/chrisld/chrisld.c |
467 |
14779 |
| compiler/chrisld/chrisld.h |
18 |
521 |
| compiler/chrisld/chriso.c |
171 |
4833 |
| compiler/chrisld/chriso.h |
68 |
1628 |
| compiler/cla/cla.c |
206 |
6080 |
| compiler/cla/cla.h |
49 |
1063 |
| compiler/cls/cls.c |
579 |
16936 |
| compiler/cls/cls.h |
83 |
2136 |
| compiler/clvm/clasm.c |
276 |
10895 |
| compiler/clvm/clasm.h |
27 |
512 |
| compiler/clvm/clvm.h |
126 |
3125 |
| compiler/clvm/clvm_format.c |
141 |
4530 |
| compiler/clvm/clvm_vm.c |
751 |
26556 |
| compiler/clvm/clvm_vm.h |
93 |
2447 |
| compiler/debug/cdbg.c |
475 |
13490 |
| compiler/debug/cdbg.h |
67 |
1667 |
| compiler/debug/dbg_session.c |
182 |
4479 |
| compiler/debug/dbg_session.h |
89 |
1989 |
| compiler/edit/editmodel.c |
479 |
9753 |
| compiler/edit/editmodel.h |
25 |
664 |
| compiler/gc/gc.c |
255 |
5964 |
| compiler/gc/gc.h |
22 |
524 |
| compiler/il/il.c |
240 |
6547 |
| compiler/il/il.h |
26 |
361 |
| compiler/jit/jit.c |
217 |
5831 |
| compiler/jit/jit.h |
28 |
528 |
| compiler/jit/jit_compile.c |
1040 |
36798 |
| compiler/jit/jit_compile.h |
14 |
304 |
| compiler/jit/jit_emit.c |
328 |
8803 |
| compiler/jit/jit_emit.h |
38 |
1582 |
| compiler/jit/jit_runtime.c |
500 |
13861 |
| compiler/jit/jit_runtime.h |
21 |
591 |
| compiler/kcc/kcc.c |
5245 |
141132 |
| compiler/kcc/kcc.h |
21 |
421 |
| compiler/lang_pipeline.c |
2802 |
77265 |
| compiler/lang_pipeline.h |
98 |
3592 |
| docs/CAMPAIGN_STATUS.md |
64 |
2917 |
| docs/CHRISASM_STATUS.md |
92 |
3059 |
| docs/CHRISC_SELFHOST_CONFORMANCE.md |
46 |
1582 |
| docs/CHRISLD_STATUS.md |
41 |
1581 |
| docs/CHRISO_FORMAT.md |
57 |
1861 |
| docs/CHRIS_KERNEL_C_PROFILE.md |
169 |
6629 |
| docs/CURRENT_CAPABILITIES.md |
30 |
4266 |
| docs/CURRENT_GRAPHICS_AUDIT.md |
46 |
3497 |
| docs/CURRENT_HARDWARE_AUDIT.md |
24 |
1877 |
| docs/CURRENT_KERNEL_AUDIT.md |
71 |
3684 |
| docs/CURRENT_SELFHOST_AUDIT.md |
23 |
1748 |
| docs/DEVTOOL_ARCHITECTURE.md |
125 |
4982 |
| docs/DEVTOOL_AUDIT.md |
215 |
8941 |
| docs/FOUNDATION_AUDIT.md |
56 |
7335 |
| docs/GFX2D.md |
37 |
1826 |
| docs/GFX3D.md |
65 |
3006 |
| docs/GLSL_SUPPORT.md |
41 |
2477 |
| docs/GRAPHICS_ARCHITECTURE.md |
51 |
2032 |
| docs/HARDWARE_BRINGUP.md |
64 |
2601 |
| docs/HARDWARE_COMPATIBILITY.md |
30 |
1993 |
| docs/INSTALLATION.md |
66 |
2688 |
| docs/KCC_STATUS.md |
90 |
4542 |
| docs/KERNEL_SELFHOST_PLAN.md |
123 |
5028 |
| docs/LOCKING.md |
84 |
3611 |
| docs/NATIVE_TOOLCHAIN_AUDIT.md |
275 |
11643 |
| docs/NATIVE_TOOLCHAIN_GAP.md |
60 |
2760 |
| docs/REAL_HARDWARE_PLAN.md |
184 |
6645 |
| docs/RESOURCE_OWNERSHIP.md |
29 |
2590 |
| docs/SELFHOST_STATUS.md |
60 |
3186 |
| docs/SHADER_ARCHITECTURE.md |
87 |
5157 |
| docs/STABILITY_AUDIT.md |
292 |
21998 |
| docs/STABILITY_REPORT.md |
139 |
6211 |
| docs/VIRGL.md |
124 |
4306 |
| docs/VIRTIO_GPU.md |
88 |
3175 |
| docs/chrisvm/architecture.md |
48 |
2730 |
| docs/chrisvm/boot-protocol.md |
16 |
566 |
| docs/chrisvm/chriscpu.md |
36 |
3181 |
| docs/chrisvm/chrishv.md |
20 |
846 |
| docs/chrisvm/cpu-backend.md |
21 |
1081 |
| docs/chrisvm/debugging.md |
32 |
1237 |
| docs/chrisvm/decoder.md |
22 |
1381 |
| docs/chrisvm/exceptions.md |
24 |
1208 |
| docs/chrisvm/interrupts.md |
16 |
1071 |
| docs/chrisvm/isa-census.md |
41 |
3002 |
| docs/chrisvm/machine-model.md |
29 |
1846 |
| docs/chrisvm/mmu.md |
30 |
1227 |
| docs/chrisvm/paging.md |
18 |
1276 |
| docs/chrisvm/pci.md |
8 |
469 |
| docs/chrisvm/physical-memory.md |
22 |
1501 |
| docs/chrisvm/roadmap.md |
36 |
1524 |
| docs/chrisvm/svm.md |
6 |
192 |
| docs/chrisvm/testing.md |
46 |
2197 |
| docs/chrisvm/virtio.md |
8 |
436 |
| docs/chrisvm/vmx.md |
8 |
558 |
| docs/chrisvm-boot-protocol.md |
90 |
4325 |
| docs/chrisvm-spec-v1.md |
59 |
2683 |
| host/test_editor64.c |
314 |
9111 |
| kernel/arch/riscv/boot.S |
35 |
428 |
| kernel/arch/riscv/link.ld |
10 |
225 |
| kernel/arch/riscv/mach.h |
14 |
380 |
| kernel/arch/riscv/main.c |
229 |
5794 |
| kernel/crypto/aes.c |
98 |
3684 |
| kernel/crypto/aes.h |
6 |
150 |
| kernel/crypto/rng.c |
25 |
496 |
| kernel/crypto/rng.h |
6 |
91 |
| kernel/crypto/sha256.c |
86 |
3332 |
| kernel/crypto/sha256.h |
6 |
138 |
| kernel/crypto/x25519.c |
163 |
3817 |
| kernel/crypto/x25519.h |
6 |
154 |
| kernel/fs/ahci.c |
240 |
8082 |
| kernel/fs/ahci.h |
7 |
73 |
| kernel/fs/ata_pio.c |
448 |
12923 |
| kernel/fs/ata_pio.h |
23 |
467 |
| kernel/fs/bdev.c |
92 |
1863 |
| kernel/fs/bdev.h |
38 |
698 |
| kernel/fs/block_device.h |
69 |
1748 |
| kernel/fs/cfs.c |
1684 |
52540 |
| kernel/fs/cfs.h |
115 |
3205 |
| kernel/fs/cfs_format.h |
317 |
10107 |
| kernel/fs/cfs_fsck.c |
430 |
12172 |
| kernel/fs/fs.c |
477 |
11268 |
| kernel/fs/fs.h |
33 |
994 |
| kernel/fs/fs_lock.h |
80 |
2013 |
| kernel/fs/install.c |
678 |
19811 |
| kernel/fs/install.h |
9 |
138 |
| kernel/fs/nvme.c |
258 |
9204 |
| kernel/fs/nvme.h |
7 |
73 |
| kernel/fs/part.c |
126 |
3965 |
| kernel/fs/part.h |
20 |
438 |
| kernel/fs/storage.c |
313 |
7963 |
| kernel/fs/storage.h |
16 |
321 |
| kernel/fs/storage_limits.h |
61 |
2293 |
| kernel/fs/usb.h |
25 |
596 |
| kernel/fs/usb_msc.c |
621 |
19889 |
| kernel/fs/usb_msc.h |
9 |
138 |
| kernel/fs/virtio_blk.c |
280 |
10069 |
| kernel/fs/virtio_blk.h |
7 |
91 |
| kernel/fs/xhci.c |
676 |
19158 |
| kernel/fs/xhci.h |
9 |
129 |
| kernel/gfx/ac97.c |
167 |
3992 |
| kernel/gfx/ac97.h |
11 |
293 |
| kernel/gfx/bench.c |
88 |
2161 |
| kernel/gfx/bench.h |
15 |
304 |
| kernel/gfx/font.c |
111 |
10824 |
| kernel/gfx/font.h |
12 |
196 |
| kernel/gfx/gfx2d.c |
234 |
5620 |
| kernel/gfx/gfx2d.h |
27 |
1005 |
| kernel/gfx/gfx3d.c |
1791 |
45688 |
| kernel/gfx/gfx3d.h |
123 |
4308 |
| kernel/gfx/gfx3d_batch.c |
65 |
1499 |
| kernel/gfx/gfx3d_batch.h |
29 |
751 |
| kernel/gfx/gfx3d_ctx.c |
49 |
1251 |
| kernel/gfx/gfx3d_ctx.h |
26 |
760 |
| kernel/gfx/gfx3d_dev.h |
60 |
2028 |
| kernel/gfx/gfx3d_virgl.c |
1238 |
32873 |
| kernel/gfx/gfx_fast.c |
29 |
724 |
| kernel/gfx/gfx_fast.h |
10 |
217 |
| kernel/gfx/gfx_slot.c |
181 |
4990 |
| kernel/gfx/gfx_slot.h |
14 |
435 |
| kernel/gfx/gpures.c |
190 |
4283 |
| kernel/gfx/gpures.h |
72 |
1686 |
| kernel/gfx/graphics.c |
477 |
12937 |
| kernel/gfx/graphics.h |
60 |
2204 |
| kernel/gfx/hwgate.c |
553 |
13569 |
| kernel/gfx/hwgate.h |
36 |
1270 |
| kernel/gfx/icons.h |
27 |
374 |
| kernel/gfx/icons_tab.c |
33 |
842 |
| kernel/gfx/input.c |
618 |
15997 |
| kernel/gfx/input.h |
99 |
2646 |
| kernel/gfx/math3d.c |
443 |
10661 |
| kernel/gfx/math3d.h |
74 |
2376 |
| kernel/gfx/mesh.c |
261 |
8253 |
| kernel/gfx/mesh.h |
17 |
534 |
| kernel/gfx/phys.c |
108 |
2359 |
| kernel/gfx/phys.h |
13 |
199 |
| kernel/gfx/scene.c |
273 |
6163 |
| kernel/gfx/scene.h |
20 |
578 |
| kernel/gfx/shade.c |
107 |
2628 |
| kernel/gfx/shade.h |
19 |
440 |
| kernel/gfx/shader/sh_api.c |
1121 |
30026 |
| kernel/gfx/shader/sh_exec.c |
418 |
12398 |
| kernel/gfx/shader/sh_int.h |
452 |
8324 |
| kernel/gfx/shader/sh_ir.c |
366 |
10548 |
| kernel/gfx/shader/sh_lex.c |
512 |
15433 |
| kernel/gfx/shader/sh_parse.c |
918 |
21803 |
| kernel/gfx/shader/sh_pub.h |
127 |
4088 |
| kernel/gfx/shader/sh_sem.c |
1672 |
50034 |
| kernel/gfx/shader/sh_src.h |
16 |
3450 |
| kernel/gfx/shader/sh_tgsi.c |
440 |
16605 |
| kernel/gfx/speaker.c |
55 |
1105 |
| kernel/gfx/speaker.h |
12 |
238 |
| kernel/gfx/sse_init.c |
84 |
1795 |
| kernel/gfx/sse_init.h |
8 |
109 |
| kernel/gfx/tex.c |
122 |
2593 |
| kernel/gfx/tex.h |
24 |
423 |
| kernel/gfx/tile.c |
183 |
4504 |
| kernel/gfx/tile.h |
16 |
433 |
| kernel/gfx/tri.c |
328 |
9874 |
| kernel/gfx/tri.h |
44 |
1747 |
| kernel/gfx/tri_bin.c |
27 |
726 |
| kernel/gfx/tri_bin.h |
19 |
370 |
| kernel/gfx/vgpu.c |
1366 |
40184 |
| kernel/gfx/vgpu.h |
61 |
2351 |
| kernel/gfx/virgl_cmd.c |
490 |
12827 |
| kernel/gfx/virgl_cmd.h |
53 |
2390 |
| kernel/gfx/virgl_demo.c |
770 |
23865 |
| kernel/gfx/virgl_demo.h |
7 |
89 |
| kernel/gfx/virgl_obj.c |
105 |
2179 |
| kernel/gfx/virgl_obj.h |
27 |
720 |
| kernel/gfx/virgl_proto.h |
77 |
2367 |
| kernel/gfx/virtgpu_enc.c |
271 |
8579 |
| kernel/gfx/virtgpu_enc.h |
103 |
4024 |
| kernel/gfx/virtq.c |
210 |
5092 |
| kernel/gfx/virtq.h |
37 |
1016 |
| kernel/gfx/voxel.c |
443 |
11927 |
| kernel/gfx/voxel.h |
16 |
396 |
| kernel/gfx/zbuf.c |
60 |
1238 |
| kernel/gfx/zbuf.h |
18 |
340 |
| kernel/lang/clvm_sync.h |
10 |
283 |
| kernel/lang/clvm_sys.c |
2987 |
88195 |
| kernel/lang/clvm_sys.h |
36 |
971 |
| kernel/lang/lang_sys.c |
22 |
465 |
| kernel/lang/lang_sys.h |
10 |
156 |
| kernel/metal/acpi.c |
79 |
3268 |
| kernel/metal/acpi.h |
7 |
74 |
| kernel/metal/apic.c |
70 |
1820 |
| kernel/metal/apic.h |
17 |
467 |
| kernel/metal/bootinfo.c |
379 |
11072 |
| kernel/metal/bootinfo.h |
39 |
953 |
| kernel/metal/buildid.c |
85 |
2095 |
| kernel/metal/buildid.h |
17 |
437 |
| kernel/metal/elf.c |
283 |
7228 |
| kernel/metal/elf.h |
9 |
147 |
| kernel/metal/gdt.c |
130 |
2978 |
| kernel/metal/gdt.h |
17 |
313 |
| kernel/metal/heap.c |
398 |
9985 |
| kernel/metal/heap.h |
15 |
274 |
| kernel/metal/idt.c |
64 |
1675 |
| kernel/metal/idt.h |
9 |
140 |
| kernel/metal/idt_stubs.asm |
121 |
2033 |
| kernel/metal/ioapic.c |
7 |
151 |
| kernel/metal/ioapic.h |
7 |
79 |
| kernel/metal/irq.c |
139 |
3184 |
| kernel/metal/irq.h |
40 |
773 |
| kernel/metal/job.c |
170 |
3992 |
| kernel/metal/job.h |
21 |
474 |
| kernel/metal/kcc_job.c |
94 |
2090 |
| kernel/metal/kcc_job.h |
7 |
100 |
| kernel/metal/klog.c |
68 |
1160 |
| kernel/metal/klog.h |
13 |
282 |
| kernel/metal/kthread.c |
207 |
4551 |
| kernel/metal/kthread.h |
35 |
759 |
| kernel/metal/linker.ld |
50 |
910 |
| kernel/metal/meminfo.c |
60 |
1786 |
| kernel/metal/meminfo.h |
11 |
254 |
| kernel/metal/mm.c |
764 |
20098 |
| kernel/metal/mm.h |
58 |
2604 |
| kernel/metal/panic.c |
54 |
1337 |
| kernel/metal/panic.h |
10 |
200 |
| kernel/metal/pci.c |
165 |
4762 |
| kernel/metal/pci.h |
15 |
472 |
| kernel/metal/pit.c |
39 |
704 |
| kernel/metal/pit.h |
13 |
192 |
| kernel/metal/pmm.c |
612 |
15334 |
| kernel/metal/pmm.h |
28 |
886 |
| kernel/metal/port.c |
43 |
907 |
| kernel/metal/port.h |
16 |
334 |
| kernel/metal/proc.c |
409 |
9732 |
| kernel/metal/proc.h |
57 |
1674 |
| kernel/metal/ps2.c |
223 |
5160 |
| kernel/metal/ps2.h |
25 |
400 |
| kernel/metal/serial.c |
85 |
1717 |
| kernel/metal/serial.h |
14 |
269 |
| kernel/metal/smp.c |
283 |
7420 |
| kernel/metal/smp.h |
29 |
977 |
| kernel/metal/spin.c |
27 |
595 |
| kernel/metal/spin.h |
39 |
883 |
| kernel/metal/start.c |
132 |
2984 |
| kernel/metal/string.c |
116 |
2236 |
| kernel/metal/syscall.c |
332 |
8436 |
| kernel/metal/syscall.h |
36 |
850 |
| kernel/metal/tlb_proto.c |
442 |
10292 |
| kernel/metal/tlb_proto.h |
75 |
2977 |
| kernel/metal/user_enter.c |
26 |
631 |
| kernel/metal/user_enter.h |
9 |
138 |
| kernel/net/net.c |
617 |
15894 |
| kernel/net/net.h |
20 |
671 |
| kernel/net/net_xfer.c |
288 |
8153 |
| kernel/net/net_xfer.h |
27 |
607 |
| kernel/net/sock.c |
592 |
14151 |
| kernel/net/sock.h |
32 |
1032 |
| kernel/net/virtio_net.c |
407 |
10896 |
| kernel/net/virtio_net.h |
13 |
263 |
| kernel/tools/app_window.c |
381 |
11867 |
| kernel/tools/app_window.h |
8 |
140 |
| kernel/tools/chrisbuild.c |
305 |
7416 |
| kernel/tools/chrisbuild.h |
10 |
179 |
| kernel/tools/chrismake.c |
627 |
15818 |
| kernel/tools/chrismake.h |
21 |
760 |
| kernel/tools/editor.c |
398 |
8544 |
| kernel/tools/editor.h |
41 |
966 |
| kernel/tools/editor_window.c |
742 |
21192 |
| kernel/tools/editor_window.h |
13 |
238 |
| kernel/tools/explorer.c |
394 |
10007 |
| kernel/tools/explorer.h |
9 |
161 |
| kernel/tools/native_link.c |
102 |
2327 |
| kernel/tools/native_link.h |
13 |
312 |
| kernel/tools/shell.c |
934 |
23368 |
| kernel/tools/shell.h |
5 |
81 |
| kernel/tools/taskmgr.c |
192 |
5221 |
| kernel/tools/taskmgr.h |
8 |
110 |
| kernel/wm/boot_splash.c |
60 |
1304 |
| kernel/wm/boot_splash.h |
9 |
160 |
| kernel/wm/desktop.c |
152 |
4157 |
| kernel/wm/desktop.h |
12 |
219 |
| kernel/wm/main.c |
28 |
564 |
| kernel/wm/task.c |
360 |
8878 |
| kernel/wm/task.h |
126 |
2589 |
| kernel/wm/ui.c |
539 |
18079 |
| kernel/wm/ui.h |
43 |
1301 |
| tests/cc-fixed.sh |
19 |
821 |
| tmp_2d.cc |
5 |
60 |
| tools/_find_builtin_arity.py |
93 |
3574 |
| tools/_hex.py |
6 |
146 |
| tools/_tmp_check_sha1.py |
52 |
1587 |
| tools/_tmp_count_fopen.py |
32 |
927 |
| tools/_tmp_ctor_list.py |
64 |
2024 |
| tools/_tmp_decode_hash.py |
35 |
1055 |
| tools/_tmp_doom_strinit.py |
77 |
2134 |
| tools/_tmp_dump_serial.py |
7 |
203 |
| tools/_tmp_find_ascii.py |
6 |
223 |
| tools/_tmp_find_callers.py |
55 |
1748 |
| tools/_tmp_find_fn.py |
12 |
409 |
| tools/_tmp_find_g420812.py |
47 |
1493 |
| tools/_tmp_find_sha1_pad.py |
52 |
1686 |
| tools/_tmp_malloc_sizes.py |
59 |
1750 |
| tools/_tmp_sizeof_zone.py |
39 |
1408 |
| tools/_tmp_strings_clv.py |
16 |
425 |
| tools/_tmp_test_strinit_host.py |
112 |
4104 |
| tools/buildstamp.c |
52 |
1184 |
| tools/cc_one.c |
53 |
1376 |
| tools/cfs_check_doom.c |
65 |
1683 |
| tools/cfs_chmod.c |
68 |
1670 |
| tools/cfs_migrate_v1v2.c |
158 |
4828 |
| tools/cfs_migrate_v2v3.c |
151 |
4858 |
| tools/cfs_mkdisk.c |
116 |
2747 |
| tools/cfs_put.c |
49 |
1389 |
| tools/cfs_put_file.c |
179 |
4637 |
| tools/cfs_send.py |
61 |
1516 |
| tools/check_doom_entry.py |
56 |
1494 |
| tools/check_fault_pc.py |
61 |
1779 |
| tools/check_install_img.py |
59 |
1901 |
| tools/check_pcs.py |
24 |
941 |
| tools/check_pcs2.py |
30 |
1052 |
| tools/check_test_gates.py |
74 |
2136 |
| tools/count_jumps.py |
31 |
900 |
| tools/cshader.c |
107 |
2714 |
| tools/decode_clv_at.py |
39 |
1273 |
| tools/decode_clv_range.py |
44 |
1472 |
| tools/doom_qemu_csp_smoke.py |
73 |
2146 |
| tools/doom_qemu_jit_smoke.py |
81 |
2286 |
| tools/doom_qemu_long_smoke.py |
69 |
2021 |
| tools/doom_qemu_smoke.py |
41 |
1193 |
| tools/doom_qemu_smoke.sh |
16 |
676 |
| tools/dump_bytecode.c |
37 |
888 |
| tools/dump_doom_jit.c |
51 |
1334 |
| tools/dump_world_clv.py |
30 |
761 |
| tools/embed_glsl.py |
57 |
1807 |
| tools/find_push_imm.py |
43 |
1352 |
| tools/gen_ui_assets.py |
427 |
15413 |
| tools/host_metal/limine.h |
13 |
415 |
| tools/host_metal/metal_stub.c |
64 |
1307 |
| tools/host_rebuild.py |
43 |
1174 |
| tools/jit_host_stub.c |
69 |
1602 |
| tools/job_host_stub.c |
141 |
3279 |
| tools/job_host_stub.h |
10 |
164 |
| tools/kcc_fixtures/level0.c |
11 |
259 |
| tools/kcc_main.c |
92 |
2078 |
| tools/mk_clv.c |
218 |
6272 |
| tools/mk_miniwad.c |
40 |
918 |
| tools/print_clvm_offsets.c |
15 |
515 |
| tools/qemu_gate.py |
63 |
1863 |
| tools/run_cc.c |
179 |
4965 |
| tools/run_doom_cmp_scan.py |
59 |
1759 |
| tools/run_jit_cmp.py |
18 |
481 |
| tools/run_jit_cmp.sh |
7 |
190 |
| tools/seed_selfhost.c |
160 |
4205 |
| tools/stamp_kernel.c |
70 |
1582 |
| tools/test_buildinfo.c |
44 |
1028 |
| tools/test_buildstamp.c |
51 |
1387 |
| tools/test_cdbg.c |
196 |
5815 |
| tools/test_cfs_chmod.c |
135 |
4317 |
| tools/test_cfs_fsck.c |
89 |
2250 |
| tools/test_cfs_host.c |
303 |
8522 |
| tools/test_cfs_indirect.c |
83 |
2110 |
| tools/test_cfs_journal.c |
222 |
6665 |
| tools/test_cfs_lock.c |
117 |
2737 |
| tools/test_cfs_maxwrite.c |
95 |
2379 |
| tools/test_cfs_paths.c |
164 |
5581 |
| tools/test_cfs_v5.c |
204 |
5986 |
| tools/test_chrisasm.c |
55 |
1571 |
| tools/test_chrisc_apps.c |
129 |
3463 |
| tools/test_chrisc_arrays.c |
39 |
896 |
| tools/test_chrisc_c17.c |
357 |
10705 |
| tools/test_chrisc_doom.c |
968 |
33496 |
| tools/test_chrisc_float.c |
56 |
1252 |
| tools/test_chrisc_fn.c |
83 |
1986 |
| tools/test_chrisc_games.c |
49 |
1212 |
| tools/test_chrisc_include.c |
43 |
985 |
| tools/test_chrisc_lang.c |
138 |
3992 |
| tools/test_chrisc_move.c |
108 |
3652 |
| tools/test_chrisc_ptr_float.c |
160 |
4503 |
| tools/test_chrisc_ptrwidth.c |
192 |
5462 |
| tools/test_chrisc_read_diag.c |
52 |
1433 |
| tools/test_chrisc_string.c |
62 |
1465 |
| tools/test_chrisc_struct.c |
63 |
1593 |
| tools/test_chrisc_trig.c |
108 |
2601 |
| tools/test_chrisld.c |
134 |
4452 |
| tools/test_chrismake.c |
93 |
2746 |
| tools/test_chriso.c |
26 |
581 |
| tools/test_chunk_mesh.c |
80 |
1782 |
| tools/test_cla_gc.c |
66 |
1537 |
| tools/test_clasm.c |
35 |
802 |
| tools/test_clasm_games.c |
35 |
810 |
| tools/test_cls.c |
60 |
1573 |
| tools/test_clvm_sync.c |
16 |
363 |
| tools/test_crypto.c |
59 |
2297 |
| tools/test_cube_mesh.c |
66 |
1822 |
| tools/test_cube_mesh_f.c |
89 |
2377 |
| tools/test_dbg_step.c |
141 |
4107 |
| tools/test_disk.h |
33 |
646 |
| tools/test_doom_call_patch.c |
68 |
2184 |
| tools/test_doom_compile.c |
80 |
2095 |
| tools/test_doom_ctor_loop.c |
139 |
3838 |
| tools/test_doom_div_seed.c |
69 |
1988 |
| tools/test_doom_engine.c |
86 |
2261 |
| tools/test_doom_interp_to_div.c |
67 |
1997 |
| tools/test_doom_jge_once.c |
63 |
1949 |
| tools/test_doom_jge_scan.c |
87 |
2779 |
| tools/test_doom_jge_targets.c |
97 |
3454 |
| tools/test_doom_jit_cmp.c |
123 |
3767 |
| tools/test_doom_jit_cmp2.c |
126 |
3866 |
| tools/test_doom_jit_diff.c |
100 |
3035 |
| tools/test_doom_jit_entry.c |
223 |
6987 |
| tools/test_doom_jit_nopjge.c |
75 |
2324 |
| tools/test_doom_jit_nopjge2.c |
66 |
1804 |
| tools/test_doom_jit_patch.c |
92 |
3024 |
| tools/test_doom_jit_progress.c |
80 |
2292 |
| tools/test_doom_jit_readsp.c |
56 |
1558 |
| tools/test_doom_jit_smoke.c |
57 |
1614 |
| tools/test_doom_jit_step.c |
63 |
1935 |
| tools/test_doom_past_push.c |
107 |
3372 |
| tools/test_doom_path_pcs.c |
53 |
1504 |
| tools/test_doom_strinit.c |
118 |
3923 |
| tools/test_doom_strinit_step.c |
81 |
2408 |
| tools/test_doom_to_calli.c |
82 |
2437 |
| tools/test_editmodel.c |
93 |
2479 |
| tools/test_editor_path.c |
184 |
5537 |
| tools/test_editor_vi.c |
373 |
10011 |
| tools/test_elf_malformed.c |
232 |
5707 |
| tools/test_fuzz_cfs.c |
81 |
1998 |
| tools/test_fuzz_chrisc.c |
43 |
1074 |
| tools/test_fuzz_clvm.c |
48 |
1284 |
| tools/test_fuzz_elf.c |
134 |
2825 |
| tools/test_gfx2d.c |
89 |
2300 |
| tools/test_gfx3d_abi.c |
343 |
11282 |
| tools/test_gfx3d_ctx.c |
80 |
2263 |
| tools/test_gpures.c |
45 |
1179 |
| tools/test_graphics_present.c |
93 |
2583 |
| tools/test_input.c |
53 |
1309 |
| tools/test_jit_bench.c |
175 |
4153 |
| tools/test_jit_enc.c |
103 |
2453 |
| tools/test_jit_native.c |
106 |
3110 |
| tools/test_jit_vm.c |
153 |
3380 |
| tools/test_job_saturate.c |
63 |
1538 |
| tools/test_kcc.c |
713 |
27264 |
| tools/test_keystate.c |
108 |
3440 |
| tools/test_klog.c |
35 |
754 |
| tools/test_kthread_smp.c |
118 |
2789 |
| tools/test_load64_zero.c |
45 |
1175 |
| tools/test_math3d.c |
59 |
1293 |
| tools/test_math3d_view.c |
116 |
3507 |
| tools/test_meminfo.c |
26 |
652 |
| tools/test_mesh.c |
55 |
1124 |
| tools/test_mine_spawn_view.c |
49 |
1280 |
| tools/test_native_link.c |
34 |
795 |
| tools/test_pmm_cycle.c |
38 |
900 |
| tools/test_pmm_heap_smp.c |
200 |
5365 |
| tools/test_scene.c |
44 |
1069 |
| tools/test_shader.c |
468 |
16242 |
| tools/test_slot_front.c |
54 |
1322 |
| tools/test_sock_owner.c |
100 |
2133 |
| tools/test_sse_init.c |
12 |
214 |
| tools/test_store64_copy.c |
68 |
1818 |
| tools/test_store64_step.c |
64 |
1810 |
| tools/test_sys_write.c |
25 |
595 |
| tools/test_task_window.c |
118 |
3163 |
| tools/test_tile.c |
44 |
824 |
| tools/test_tile_bin.c |
27 |
557 |
| tools/test_tlb_proto.c |
150 |
5030 |
| tools/test_tri.c |
62 |
1385 |
| tools/test_virgl_cmd.c |
98 |
3061 |
| tools/test_virtq.c |
67 |
1771 |
| tools/test_zbuf.c |
17 |
398 |
| tools/tmp_rip.sh |
9 |
280 |
| tools/world_qemu_smoke.py |
85 |
2501 |
| user/fault.asm |
39 |
432 |
| user/hello.asm |
46 |
541 |