commit | 5869a6b58745e3e83f4b9257cf6f64216d5e61dc | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue May 16 11:36:43 2017 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue May 16 11:36:43 2017 -0400 |
tree | c6a532f48a31438c0f289205cd4d60a54af1409b | |
parent | d8b308077e984d4baf852448536ae59307efd808 [diff] |
stacks: Make sure to initialize Call16Data Initialize the Call16Data at startup - otherwise some early yield() calls may check for interrupts without using the preferred A20 setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>