tarfeef101
|
b6ecc99a2f
made the onefork test finish by changing the >= 0 to != -1, but this is a bandaid fix. the core issue of our exitcode being DEADBEEF still exists
|
6 年之前 |
tarfeef101
|
2a4d22c8a4
NOT WORKING: as all the printfs would tell you. basically, the palin test is trying to exit from a null or kernel thread, and the onefork test hangs. this is because a seemingly valid parent address has a DEADBEEF exitcode, which makes us skip the deletion of our thread
|
6 年之前 |
tarfeef101
|
a539b02dd1
no longer leak memory, processes should actually have a list of children now
|
6 年之前 |
tarfeef101
|
800751896b
i don't crash instantly anymore!
|
6 年之前 |
tarfeef101
|
7d97cb9768
cannot compile, error with passing a function pointer in fork
|
6 年之前 |
tarfeef101
|
05b59315b6
debugging proc.c at comilation, some typedef issues. also need to actually USE lists to put children into parent when forking
|
6 年之前 |
tarfeef101
|
70ed7f87b4
added logic to get/remove PIDs on process creation and destruction
|
6 年之前 |
tarfeef101
|
c6f66f8d4f
implemented thread fork? kinda???
|
6 年之前 |
tsdedhar
|
2287d4f1c9
more formatting changes
|
6 年之前 |
tsdedhar
|
f18d7fd9f1
spacing/indentation changes for my preference
|
6 年之前 |
tsdedhar
|
731461ebee
initial commit, after a0 completion
|
7 年之前 |