12345
2018年12月18日 星期二
kxcjk-1013的kconfig
kxcjk-1013的kconfig檔
REF:
https://github.com/torvalds/linux/blob/master/drivers/iio/accel/Kconfig
kconfig
REF:
https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt
select?
REF:
https://unix.stackexchange.com/questions/117521/what-is-the-difference-between-select-vs-depends-in-the-linux-kernel-kconfig
IIO_BUFFER
drivers/iio/Kconfig
2018年12月10日 星期一
ubuntu 16.04下設定中文輸入
REF: http://tzutalin.blogspot.com/2017/07/install-chewing-on-ubuntu-1604.html
2018年12月9日 星期日
ubuntu改錯設定檔無法登入?
recovery mode修改
ubuntu recovery mode修改檔案,檔案卻是readonly?
mount -o remount,rw /
REF: https://askubuntu.com/questions/947238/make-recovery-mode-write-to-files-when-file-system-is-read-only
live CD
REF: https://unix.stackexchange.com/questions/78433/how-to-edit-file-from-grub-prompt-in-rhel6
How to return from grub prompt to the grub menu?
grub command
normal
REF: https://askubuntu.com/questions/381613/how-to-return-from-grub-prompt-to-the-grub-menu
2018年9月25日 星期二
DKMS
how do i install the DKMS package?
sudo apt-get install dkms
2018年9月19日 星期三
在ubuntu使用man page來查詢linux kernel function
使用系統版本:
cat /etc/issue
Ubuntu 16.04.5 LTS \n \l
uname -a
4.15.0-33-generic
嘗試了沒成功:
REF:
http://unicornx.github.io/2016/01/14/20160114-lk-man/
問題:
想直接用man page查詢linux kernel function.
REF:
https://blog.gtwang.org/linux/linux-man-page-command-examples/
man9是用來放置linux kernel API
tree -fi /usr/share/man/ | grep man9沒找到檔案
安裝方式:
REF:
https://stackoverflow.com/questions/30679805/how-to-install-section-9-of-man-command-in-debian
測試:
man 9 kmalloc
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)