Historial de Commits

Autor SHA1 Mensaje Fecha
  tarfeef101 a680c9cb45 removing old code, missed 1 element of the processes array in init hace 6 años
  tarfeef101 41d0d447bd added a script for non-complete building. also, fixed sys exit. issue was not deleting children that are zombies when parents die. i do that now hace 6 años
  tarfeef101 42307f5601 using proclock more hace 6 años
  tarfeef101 10cc744117 commented out dupe pe code from proc.c that was done in sys_exit hace 6 años
  tarfeef101 6146aaa5c4 onefork now runs properly. palin and widefork do not. changed exit to update child procs to point to NULL parents if the parent exits hace 6 años
  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 hace 6 años
  tarfeef101 a539b02dd1 no longer leak memory, processes should actually have a list of children now hace 6 años
  tarfeef101 800751896b i don't crash instantly anymore! hace 6 años
  tarfeef101 7d97cb9768 cannot compile, error with passing a function pointer in fork hace 6 años
  tarfeef101 70ed7f87b4 added logic to get/remove PIDs on process creation and destruction hace 6 años
  tarfeef101 c6f66f8d4f implemented thread fork? kinda??? hace 6 años
  tarfeef101 1eeb77366e started adding logic to use the new proc structs in creation/deletion. no tracking actually implemented, nor testing or validation of any code. at all hace 6 años
  tarfeef101 6186edc11d beginning work on modifying processes, also made lists hace 6 años
  tsdedhar e164117860 adding built kernel files,more formatting hace 6 años
  tsdedhar 731461ebee initial commit, after a0 completion hace 6 años