From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C0D090B.6030603@kekpar.net> Date: Mon, 7 Jun 2010 16:58:19 +0200 From: fanch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] biosdiskcall() error on startup Topicbox-Message-UUID: 300214d0-ead6-11e9-9d60-3106f5b1d025 Hi, I'm a new Plan9 user (still in the steep part of the learning curve), and I've run into an already known problem : biosdiskcall: int 13 op 0x42 drive 0x80 failed, ah error 0x80 sectread: bios failed to read 512 @ sector 0 of 0x80 I have an Intel DG45FC mini-ITX board. Same problem with MS Virtual PC. Commenting out the following call in sectread() (src/boot/pc/devbios.c) solves the problem : biosdiskcall(®s, Biosdrvrdy, 0, bdp->id, 0); -- fanch