From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 20 Jan 2006 12:27:14 -0500 From: ISHWAR RATTAN To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Kernel compile error In-Reply-To: <1ddc9f84628713ded9e85e1e7094d67a@yourdomain.dom> Message-ID: References: <1ddc9f84628713ded9e85e1e7094d67a@yourdomain.dom> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Topicbox-Message-UUID: e15fbbfc-ead0-11e9-9d60-3106f5b1d025 After adding the realmode line the image is created but now there is an error when booted from this image: ... found 9pcf .73525FLAGS=10246 TRAP=e ECODE=2 PC=8003bde AX 70100020 BX 00000000 CX 000007f8 DX 800540c4 SI 800520e4 DI 70100020 BP 800540c4 CS 0010 DS 0008 ES 0008 FS 0008 GS 0008 CR0 80000011 CR2 70100020 CR3 0000c000 ... panic: exception/interrupt 14 -ishwar On Fri, 20 Jan 2006, Federico G. Benavento wrote: > add "realmode" in the "link" section of the config > > link > realmode >