Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 1996 10:24:14 +0400 (MSD)
From:      Alexey Pialkin <pialkin@abel.pdmi.ras.ru>
To:        emulation@freefall.freebsd.org
Subject:   Small patch for VM86 diffs for doscmd.
Message-ID:  <199609070624.KAA06476@abel.pdmi.ras.ru>

next in thread | raw e-mail | index | archive | help
Hi !
 I am highly recommend to all who tries to use/debug doscmd to apply the next
 small patch :

 file        /sys/i386/i386/machdep.c
 function    sigreturn()
 line        somwhere after 600(couldn't say preciously - my kernel have to
             much debug operators
 was         eflags=(eflags & ~PSL_USERCHANGE) | PSL_VM | PSL_I;
 must be     eflags=(eflags & PSL_USERCHANGE) | PSL_VM | PSL_I;

 this patch is for fixing a problem with returning flags from DOSCMD kernel.

Alexey Pialkin 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609070624.KAA06476>