On Tuesday, December 13, 2016 07:27:32 PM John Baldwin wrote:
> Author: jhb
> Date: Tue Dec 13 19:27:31 2016
> New Revision: 310029
> URL: https://svnweb.freebsd.org/changeset/base/310029
> 
> Log:
>   Fix remove_userlocal_code() for n32.
>   
>   n32 kernels use a 64-bit store to the TLS register rather than a 32-bit
>   store.
>   
>   Sponsored by:       DARPA / AFRL

This permits booting an n32 kernel under qemu-system-mips64.  However,
/sbin/init gets stuck in some sort of recursive loop (I think) which
causes it to overflow its stack, so userland doesn't quite work yet.

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to