看板 DFBSD_commit 關於我們 聯絡資訊
commit 5ded848a308165f35542fe134d09cb4cd1f50694 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jun 23 16:05:51 2009 -0700 fdisk - allow media sizes larger then 2TB If the media size is larger then 2TB set the 32 bit slice logical size field, ds_size, to its maximum value of 0xFFFFFFFFU instead of overflowing the field. Summary of changes: sbin/i386/fdisk/fdisk.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5ded848a308165f35542fe134d09cb4cd1f50694 -- DragonFly BSD source repository