From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006201508.LAA24432@cse.psu.edu> From: "Russ Cox" Date: Tue, 20 Jun 2000 11:08:34 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] pbs.s and pbslba.s and pbsdisk.c ? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c5f0e1b4-eac8-11e9-9e20-41e7f4b1d025 pbs.s and pbslba.s are the primary bootstrap loaders described in 9load(8). pbs.s uses old c/h/s addressing, while pbslba.s uses new lba addressing. pbsdisk.s is for debugging: you add in the disk reading routines from either pbs.s or pbslba.s, and it reads the first sector and displays it on the screen.