X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Martin Rehak" Organization: CVUT FEL student To: djgpp AT delorie DOT com Date: Mon, 7 Jan 2002 11:22:28 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: DJGPP -how to exec RD/WRMSR Message-ID: <3C3984F4.20673.3BD50@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Content-Transfer-Encoding: 7BIT Reply-To: djgpp AT delorie DOT com Hi I have one question to DJGPP. How can i execute RDMSR or WRMSR instruction in my DJGPP program? When i do it via direct opcode in inline AT&T assembler it crashes on SIGSEGV. When i execute it in ASM program it works fine. I know that this is some 32bit privileg instruction.... Is there any way how to run it? Martin