Open bblum opened 10 years ago
for example: notice when init goes to exec the shell, and replace the exec arguments with the name of the test case, bypassing the shell entirely. will need to rip out all other logic pertaining to the shell.
the time around typing in the test name and handling the keyboard interrupts is the most problematic time for almost every kernel ever.
for example: notice when init goes to exec the shell, and replace the exec arguments with the name of the test case, bypassing the shell entirely. will need to rip out all other logic pertaining to the shell.