From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] calculating the gdt pointer in 32 bit (protected) mode From: andrey mirtchovski MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020124002127.1192719A02@mail.cse.psu.edu> Date: Wed, 23 Jan 2002 17:21:02 -0700 Topicbox-Message-UUID: 42c0c730-eaca-11e9-9e20-41e7f4b1d025 unfortunately that still crashes the machine.. the code as i have written it is in 'mode32bit' (l.s): //.... mode32bit entry and some testing outputs BYTE $0x0f BYTE $0x01 BYTE $0x16 LONG $tgdtptr(SB) // ..... real mode32bit continues... anything obvious i'm missing? andrey