From 5046d9cb8ad8e14ee7c22fea4c19ad7c2ed1628c Mon Sep 17 00:00:00 2001 From: neel Date: Wed, 16 Jul 2014 21:26:26 +0000 Subject: Add emulation for legacy x86 task switching mechanism. FreeBSD/i386 uses task switching to handle double fault exceptions and this change enables that to work. Reported by: glebius --- usr.sbin/bhyve/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/bhyve/Makefile') diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 23e16cb..1c95f77 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -35,6 +35,7 @@ SRCS= \ post.c \ rtc.c \ smbiostbl.c \ + task_switch.c \ uart_emul.c \ virtio.c \ xmsr.c \ -- cgit v1.1