Re: [tboot-devel] console input while TBooting...

2016-01-05 Thread Sun, Ning
Interrupt is disabled during tboot boot. Sent from my iPhone > On Jan 5, 2016, at 3:42 AM, mipsan.K wrote: > > I posted this issue on the discussion as well. > In short, I want to stop TBooting process when something wrong, > and then wait user's confirmation to go forward or not. > > To enab

[tboot-devel] console input while TBooting...

2016-01-05 Thread mipsan.K
I posted this issue on the discussion as well. In short, I want to stop TBooting process when something wrong, and then wait user's confirmation to go forward or not. To enable console input, I added getchar function as freeBSD. But it does not read keyboard(USB) at all. anyone tried this? --