1994-10-18 08:56:34 +01:00
|
|
|
/*
|
|
|
|
* Copyright (c) 1994, Paul Richards.
|
|
|
|
*
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This software may be used, modified, copied, distributed, and
|
|
|
|
* sold, in both source and binary form provided that the above
|
|
|
|
* copyright and these terms are retained, verbatim, as the first
|
|
|
|
* lines of this file. Under no circumstances is the author
|
|
|
|
* responsible for the proper functioning of this software, nor does
|
|
|
|
* the author assume any responsibility for damages incurred with
|
|
|
|
* its use.
|
|
|
|
*/
|
|
|
|
|
1994-10-21 19:08:33 +01:00
|
|
|
#define BOOT1 "/stand/sdboot"
|
|
|
|
#define BOOT2 "/stand/bootsd"
|
1994-10-18 08:56:34 +01:00
|
|
|
|
|
|
|
/* XXX -- calculate these, this is nasty */
|
|
|
|
#define DEFFSIZE 1024
|
|
|
|
#define DEFFRAG 8
|
|
|
|
|
1994-10-20 00:58:03 +01:00
|
|
|
int Mb_to_cylbdry(int, struct disklabel *);
|
|
|
|
void default_disklabel(struct disklabel *, int, int);
|
1994-10-29 12:03:59 +00:00
|
|
|
int disk_size(struct disklabel *);
|