Add tips:
- linuxproc - new option format Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
This commit is contained in:
parent
58de8d0054
commit
d64f359e18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44642
3 changed files with 36 additions and 0 deletions
|
@ -12,14 +12,26 @@ WWW: http://heroines.sourceforge.net/xmovie.php3
|
|||
it need to update /module/linux.ko file.
|
||||
|
||||
- Below options for kernel are useful for xmovie.
|
||||
(SEE ALSO NOTES or LINT file in you source tree)
|
||||
|
||||
options "P1003_1B"
|
||||
options "_KPOSIX_PRIORITY_SCHEDULING"
|
||||
options "_KPOSIX_VERSION=199309L"
|
||||
|
||||
or
|
||||
|
||||
options P1003_1B
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options _KPOSIX_VERSION=199309L
|
||||
|
||||
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
|
||||
in your kernel config.
|
||||
|
||||
- If you had ``failed to open /proc/cpuinfo',
|
||||
add below line into your /etc/fstab file.
|
||||
|
||||
linproc /compat/linux/proc linprocfs rw 0 0
|
||||
|
||||
---
|
||||
Yoshiro MIHIRA
|
||||
(sanpei@FreeBSD.org)
|
||||
|
|
|
@ -12,14 +12,26 @@ WWW: http://heroines.sourceforge.net/xmovie.php3
|
|||
it need to update /module/linux.ko file.
|
||||
|
||||
- Below options for kernel are useful for xmovie.
|
||||
(SEE ALSO NOTES or LINT file in you source tree)
|
||||
|
||||
options "P1003_1B"
|
||||
options "_KPOSIX_PRIORITY_SCHEDULING"
|
||||
options "_KPOSIX_VERSION=199309L"
|
||||
|
||||
or
|
||||
|
||||
options P1003_1B
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options _KPOSIX_VERSION=199309L
|
||||
|
||||
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
|
||||
in your kernel config.
|
||||
|
||||
- If you had ``failed to open /proc/cpuinfo',
|
||||
add below line into your /etc/fstab file.
|
||||
|
||||
linproc /compat/linux/proc linprocfs rw 0 0
|
||||
|
||||
---
|
||||
Yoshiro MIHIRA
|
||||
(sanpei@FreeBSD.org)
|
||||
|
|
|
@ -12,14 +12,26 @@ WWW: http://heroines.sourceforge.net/xmovie.php3
|
|||
it need to update /module/linux.ko file.
|
||||
|
||||
- Below options for kernel are useful for xmovie.
|
||||
(SEE ALSO NOTES or LINT file in you source tree)
|
||||
|
||||
options "P1003_1B"
|
||||
options "_KPOSIX_PRIORITY_SCHEDULING"
|
||||
options "_KPOSIX_VERSION=199309L"
|
||||
|
||||
or
|
||||
|
||||
options P1003_1B
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options _KPOSIX_VERSION=199309L
|
||||
|
||||
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
|
||||
in your kernel config.
|
||||
|
||||
- If you had ``failed to open /proc/cpuinfo',
|
||||
add below line into your /etc/fstab file.
|
||||
|
||||
linproc /compat/linux/proc linprocfs rw 0 0
|
||||
|
||||
---
|
||||
Yoshiro MIHIRA
|
||||
(sanpei@FreeBSD.org)
|
||||
|
|
Loading…
Reference in a new issue