bblum / landslide-simics

the landslide codebase (old simics version)
11 stars 9 forks source link

replace dumb keyboard logic to cause test with something less troublesome #40

Open bblum opened 10 years ago

bblum commented 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.

bblum commented 10 years ago

the time around typing in the test name and handling the keyboard interrupts is the most problematic time for almost every kernel ever.