commit | bd5f6c7432f4c8297871ed4e243dc69a9cece318 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Aug 10 16:14:48 2015 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Aug 24 11:02:13 2015 -0400 |
tree | 68dd87717f2d7ff05b1540ea8911810192f823e6 | |
parent | bc46ebe2edeb624c1d1ae6f5c914dd0ae12fb0fa [diff] |
Add minimal support for machines without hardware interrupts Some Chromebooks (with Baytrail CPUs) apparently do not support routing of legacy interrupts. This patch adds minimal support for running SeaBIOS in such an environment. Even with this patch, it is known that old operating systems and even some recent bootloaders will not function without real hardware interrupts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>