AMD64 also supports disk slices.

This commit is contained in:
Ruslan Ermilov 2006-01-14 20:47:11 +00:00
parent 90ee1f3a04
commit 6a61c14ee1

View File

@ -1489,7 +1489,7 @@ vfs_mountroot_ask(void)
for(;;) {
printf("\nManual root filesystem specification:\n");
printf(" <fstype>:<device> Mount <device> using filesystem <fstype>\n");
#if defined(__i386__) || defined(__ia64__)
#if defined(__amd64__) || defined(__i386__) || defined(__ia64__)
printf(" eg. ufs:da0s1a\n");
#else
printf(" eg. ufs:/dev/da0a\n");