• Joined on 2023-12-17
arjaz2 pushed to free-range at alnyan/zing 2025-03-25 08:20:06 +00:00
e72bbfff3f rangemap: implement free_range
33d7adf63c rangemap: CamelCase the error
aa2743b05f btree/rangemap: CamelCase the error names
4511e36ae5 range: make sure the generic in an integer
7c8dbfbd0f mm: implement a basic virtual memory manager
Compare 5 commits »
arjaz2 created pull request alnyan/zing#11 2025-03-25 08:19:52 +00:00
Implement free_range
arjaz2 pushed to free-range at alnyan/zing 2025-03-25 08:19:14 +00:00
8ed8e9d0df rangemap: implement free_range
ac3d052c2f rangemap: CamelCase the error
84e05bb89b btree/rangemap: CamelCase the error names
8ff23928fc range: make sure the generic in an integer
Compare 4 commits »
arjaz2 created branch free-range in alnyan/zing 2025-03-25 08:19:14 +00:00
arjaz2 created pull request alnyan/zing#10 2025-03-23 11:16:25 +00:00
btree/rangemap: rename .new to .init
arjaz2 created pull request alnyan/zing#9 2025-03-20 20:53:57 +00:00
phys: use a bitmap to track pages
arjaz2 created pull request alnyan/zing#4 2025-03-17 21:53:02 +00:00
Small style changes
arjaz2 created pull request alnyan/zing#3 2025-03-17 18:06:31 +00:00
Restrict the target to .freestanding/.none/supported cpu
arjaz2 created pull request alnyan/zing#2 2025-03-17 17:48:43 +00:00
Restrict the target to .freestanding/.none/supported cpu
arjaz2 created pull request alnyan/zing#1 2025-03-17 17:33:34 +00:00
Make arch/riscv64.zig one struct
arjaz2 pushed to master at alnyan/projectname 2023-12-18 09:42:18 +00:00
58e668285c Implement js declaration, return and throw emission
arjaz2 pushed to master at alnyan/projectname 2023-12-17 21:22:05 +00:00
a8d24aaf3d Implement js declaration and return emission
arjaz2 pushed to master at alnyan/projectname 2023-12-17 20:57:46 +00:00
c91f9ddd6c Implement js expression emission, tehe