[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2013-12-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992

Alan a...@lxorguk.ukuu.org.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||a...@lxorguk.ukuu.org.uk
 Kernel Version||-
 Resolution|--- |OBSOLETE

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992





--- Comment #4 from Samuel Thibault samuel.thiba...@ens-lyon.org  2011-08-15 
18:31:28 ---
No, it is not a known issue. Which task(s) did you install?

Note that you do not need to install GNU/Hurd to build GNU Mach, just 

git clone git.savannah.gnu.org:/srv/git/hurd/gnumach.git

and autoreconf -i  ./configure  make. If you have a 64bit box, you need to
cross-compile:

CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i386'
./configure --host=i686-unknown-linux-gnu

Thinking again about, IIRC the kernel will just boot fine, it's only in some
application use case that the issue shows up. I'll attach a patch which shows
the CR0 value before and after Mach changes it. The 0x20 flag currently shows
up both before and after. It should only show up after (because Mach sets it).
To easily get the boot logs, pass console=com0 as kernel parameter during the
multiboot command, that will direct logs to the serial port.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992





--- Comment #5 from Samuel Thibault samuel.thiba...@ens-lyon.org  2011-08-15 
18:34:43 ---
Created an attachment (id=68962)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=68962)
gnumach patch to show CR0 initialization

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992





--- Comment #3 from CJ cyclon...@gmail.com  2011-08-15 02:55:24 ---
I followed the notes to install netinst.iso
(http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/netinst.iso)
on KVM but the guest OS hangs at Select and install software -- Running
post-installation trigger install-info

Is it a known issue?

sudo /usr/local/kvm/bin/qemu-system-x86_64 -m 1024 -net nic,model=rtl8139 -net
user -hda hurd-install.qemu -cdrom netinst.iso -boot d -vnc :4 -no-kvm-irqchip

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992


CJ cyclon...@gmail.com changed:

   What|Removed |Added

 CC||cyclon...@gmail.com




--- Comment #1 from CJ cyclon...@gmail.com  2011-08-12 08:53:42 ---
Is this still the case? If yes, I would like to take a look and would you
please to show me what I should test with GNU Mach as it looks like somebody is
already booting it on top of KVM.

http://lists.gnu.org/archive/html/bug-hurd/2011-03/msg00055.html

Thanks,
CJ

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992





--- Comment #2 from Samuel Thibault samuel.thiba...@ens-lyon.org  2011-08-12 
09:47:56 ---
Well, yes, of course, I didn't wait for KVM to fix this bug and let
people think that GNU Mach just does not work while it's actually KVM
which has a bug... Right after submitting the bug I've made GNU Mach
enable CR0_NE. The simplest way to test is probably to checkout
revision 8d4fdfbe43628119fc87920239704fe3d240d8a2 of
git://git.sv.gnu.org/hurd/gnumach.git and try to boot it e.g. using
grub's multiboot command.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Ms-dos

2011-04-22 Thread mattias
I try to use ms-dos for old ms-dos text games
But can not use the swedish letters å ä ö
I use
Kvm -hda ms-dos.img -k sw
But get the message un kvm
No mappings
Something
I not remember the full message

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Ms-dos

2011-04-22 Thread mattias
I try to use ms-dos for old ms-dos text games
But can not use the swedish letters å ä ö
I use
Kvm -hda ms-dos.img -k sw
But get the message un kvm
No mappings
Something
I not remember the full message

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[ kvm-Bugs-2905358 ] Doesn't support MS-DOS compatibility FPU mode

2010-11-29 Thread SourceForge.net
Bugs item #2905358, was opened at 2009-11-28 16:37
Message generated for change (Comment added) made by jessorensen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=893831aid=2905358group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Later
Priority: 5
Private: No
Submitted By: Samuel Thibault (youpi_486)
Assigned to: Nobody/Anonymous (nobody)
Summary: Doesn't support MS-DOS compatibility FPU mode

Initial Comment:
Hello,

Apparently, KVM always enables CR0_NE, i.e. FPU errors are always
reported via the EXCP10_COPR exception rather than via the FPU
interrupt. This breaks operating systems which assume MS-DOS
compatability mode, i.e. exceptions are always reported via the FPU
interrupt (like GNU Mach).

Samuel


--

Comment By: Jes Sorensen (jessorensen)
Date: 2010-11-29 17:17

Message:
Hi,

I checked with Avi, this is still not supported but patches are welcome,
so I have opened an RFE in bugzilla.kernel.org and migrated the bug there:

https://bugzilla.kernel.org/show_bug.cgi?id=23992

Please use the bugzilla thread for further discussions of this problem.

Thanks,
Jes


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=893831aid=2905358group_id=180599
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[ kvm-Bugs-2905358 ] Doesn't support MS-DOS compatibility FPU mode

2009-11-28 Thread SourceForge.net
Bugs item #2905358, was opened at 2009-11-28 16:37
Message generated for change (Tracker Item Submitted) made by youpi_486
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=893831aid=2905358group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Samuel Thibault (youpi_486)
Assigned to: Nobody/Anonymous (nobody)
Summary: Doesn't support MS-DOS compatibility FPU mode

Initial Comment:
Hello,

Apparently, KVM always enables CR0_NE, i.e. FPU errors are always
reported via the EXCP10_COPR exception rather than via the FPU
interrupt. This breaks operating systems which assume MS-DOS
compatability mode, i.e. exceptions are always reported via the FPU
interrupt (like GNU Mach).

Samuel


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=893831aid=2905358group_id=180599
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html