start.c 126 B

12345678
  1. #include <syscalls.h>
  2. #include <process.h>
  3. int process_startup(process_params_t *parameters)
  4. {
  5. for (;;);
  6. return 0;
  7. }