aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Add gettimeofday syscallAndrew Waterman1-0/+12
2013-09-11Add some syscallsAndrew Waterman1-0/+57
2013-07-19Remove extraneous printkAndrew Waterman1-1/+0
2013-07-13Support Linux ABI and (optionally) virtual memoryAndrew Waterman1-34/+87
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2011-11-11Synced up PK with supervisor changes/asm syntaxAndrew Waterman1-1/+1
You must upgrade to the latest compiler and ISA simulator to build and run this version of the PK.
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+124
2011-06-19Renamed packagesAndrew Waterman1-124/+0
2011-05-19[pk] made PK smallerAndrew Waterman1-0/+9
2011-04-15[pk] fixed timer interrupt bug, etc.Andrew Waterman1-17/+3
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee1-4/+4
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-1/+1
2010-09-07[pk] new register mappingsYunsup Lee1-4/+4
2010-08-18[pk,fesvr] improved proxykernel build systemAndrew Waterman1-0/+129
Now uses a modified MCPPBS. Add --host=riscv to configure path. Front-end server now just searches PATH for riscv-pk, so just install the pk to somewhere in your path.