diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-07 00:11:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-07 00:11:23 +0000 |
| commit | ec338b964a0e31b7522dd7275c512ec6879633e6 (patch) | |
| tree | 4f558fe9ffb5cfe8195b89a2b5f952ddbf6b3b2d /sys/boot | |
| parent | 10618f4020a77fa127a7ce8ba3863fcddd7192e4 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/boot2/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index d95e2c8defbc..6e05461bb856 100644 --- a/sys/boot/pc98/boot2/boot.c +++ b/sys/boot/pc98/boot2/boot.c @@ -95,11 +95,11 @@ boot(int drive) if (*(unsigned char*)V(0xA155d) & (1 << ret)) { bootinfo.bi_bios_geom[ret] = get_diskinfo(ret + 0x80); } + } #else /* IBM-PC */ for(ret = 0; ret < N_BIOS_GEOM; ret ++) bootinfo.bi_bios_geom[ret] = get_diskinfo(ret + 0x80); #endif /* PC98 */ - } bootinfo.bi_basemem = memsize(0); bootinfo.bi_extmem = memsize(1); |
