c78c3a63c0
Fixes autoboot countdown blocking forever because the default trait impl calls blocking get_key(). Uses non-destructive key check (INT 16h AH=01h) with EDX sentinel to detect key availability without EFLAGS access, and INT 15h AH=86h for 10ms polling intervals.