Musings from the mountains himwant.org

Upload my Resume

+4 -4
public/resume.pdf

This is a binary file and will not be displayed.

+2 -2
src/content/posts/xv6-mem-management/index.md
··· 1 1 --- 2 2 title: "xv6 - Memory Management" 3 - published: 2026-01-02 3 + published: 2026-01-03 4 4 draft: false 5 - description: 'Documenting the xv6 kernel' 5 + description: 'How does xv6 manage memory?' 6 6 series: 'xv6' 7 7 tags: ["xv6","os"] 8 8 ---
+2 -2
src/site.config.ts
··· 45 45 url: '/aoc', 46 46 }, 47 47 { 48 - name: 'Forge', 49 - url: 'https://tangled.org/akshitgaur2005.tngl.sh', 48 + name: 'Resume', 49 + url: '/resume.pdf', 50 50 external: true, 51 51 }, 52 52 ],