Match the default newfs UFS block size.
This commit is contained in:
parent
713deb3677
commit
21ab21338d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96497
@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define _PATH_LOADER "/boot/loader"
|
||||
#define _PATH_KERNEL "/boot/kernel/kernel"
|
||||
|
||||
#define BSIZEMAX 8192
|
||||
#define BSIZEMAX 16384
|
||||
|
||||
typedef int putc_func_t(int c, void *arg);
|
||||
typedef int32_t ofwh_t;
|
||||
|
Loading…
Reference in New Issue
Block a user