summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* design document survey part updatedproj0Peter Ketscher2012-04-191-1/+1
|
* adding a reference to proj0.txtmanuel2012-04-191-5/+6
|
* design document updatedPeter Ketscher2012-04-191-2/+16
|
* more fillin of proj0.txtmanuel2012-03-281-3/+26
|
* enforce a stack limit.manuel2012-03-281-1/+13
|
* cast esp to uint32_t before setting up the stack. this avoids a few casts ↵manuel2012-03-271-32/+32
| | | | but also creates a few casts. overall I think it's more sane this way.
* parse the arguments and populate the argv entries accordinglymanuel2012-03-271-16/+70
|
* fix commentmanuel2012-03-271-1/+1
|
* first part of stack setupmanuel2012-03-271-1/+24
|
* pass args to setup_stackmanuel2012-03-271-5/+5
|
* userprocess threads should be named by their executable and not theirmanuel2012-03-272-13/+14
| | | | full commandline string
* test commit to check working mirroringmanuel2012-03-271-1/+1
|
* reorganize file structure to match the upstream requirementsmanuel2012-03-27637-7/+7
|
* fix typo in name of one group member. i'm sorry karoline.manuel2012-03-271-1/+1
|
* - rename alarm list/tick to wakeup list/tickmanuel2012-03-263-21/+40
| | | | | - order wakeup list by wakeup tick in ascending order which allows to bail out early inside timer_interrupt
* first timer alarm implementationmanuel2012-03-264-14/+76
|
* initial pintos checkinmanuel2012-03-26660-0/+43698