#pragma once void freerange(void *vstart, void *vend); void* kalloc(void); void kfree(char*);