mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Replace obsolete /dev/rfd0 with /dev/fd0.
This commit is contained in:
parent
dd9321f15a
commit
de49c3f91d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35672
@ -81,9 +81,9 @@ empty or when you're about to eject the media.
|
||||
- Under FreeBSD, floppy device should be configured as follows:
|
||||
|
||||
Type: file
|
||||
Path: /dev/rfd0
|
||||
Path: /dev/fd0
|
||||
|
||||
(Obtain the write permission on /dev/rfd0 if you write floppy disks)
|
||||
(Obtain the write permission on /dev/fd0 if you write floppy disks)
|
||||
|
||||
- VMware creates a file that is about 25% larger than the guest OS's
|
||||
RAM size, unlinks it and mmap's on it on the first startup of the VM.
|
||||
|
@ -81,9 +81,9 @@ empty or when you're about to eject the media.
|
||||
- Under FreeBSD, floppy device should be configured as follows:
|
||||
|
||||
Type: file
|
||||
Path: /dev/rfd0
|
||||
Path: /dev/fd0
|
||||
|
||||
(Obtain the write permission on /dev/rfd0 if you write floppy disks)
|
||||
(Obtain the write permission on /dev/fd0 if you write floppy disks)
|
||||
|
||||
- VMware creates a file that is about 25% larger than the guest OS's
|
||||
RAM size, unlinks it and mmap's on it on the first startup of the VM.
|
||||
|
Loading…
Reference in New Issue
Block a user