You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fun, I tried building a recent Linux 6.9 kernel using Osamu Kurati's FM TOWNS patchset (http://www.nurs.or.jp/~kurati/towns/#kernel) When trying to boot it in Tsugaru, the VM halts on an unhandled instruction:
Interesting! Thank you for testing! I've added support for CMPXCHG in the latest source. But, I cannot test in my environment if it is correct. Let me know if it makes your Linux kernel run!
For fun, I tried building a recent Linux 6.9 kernel using Osamu Kurati's FM TOWNS patchset (http://www.nurs.or.jp/~kurati/towns/#kernel) When trying to boot it in Tsugaru, the VM halts on an unhandled instruction:
0FB1
is the encoding forCMPXCHG
according to https://www.felixcloutier.com/x86/cmpxchg .The text was updated successfully, but these errors were encountered: