Linux 4.14.15

2018年01月28日 15時02分38秒 | 日記
linux 4.14.15 を Fedora 27 (Server) に installしてみました.

yum -y install gcc openssl-devel elfutils-libelf-devel

cd /usr/src/
wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.15.tar.xz
tar xfJ linux-4.14.15.tar.xz
cd linux-4.14.15/

cp /boot/config-4.13.9-300.fc27.x86_64 .config
yes "" | make oldconfig

make -j10 bzImage
make -j10 modules

make modules_install
make install

sync ; sync
init 6

----
改変してみた.(ファイル削除をするたびに,syslogに file removal と出力される)
cp fs/xfs/xfs_inode.c fs/xfs/xfs_inode.c.org
diff fs/xfs/xfs_inode.c.org fs/xfs/xfs_inode.c
2074a2075
> printk("sane: file removal! (^o^)\n");
make -j10 bzImage
make -j10 modules
make modules_install
make install
sync ; sync
init 6

Linux 4.0.0

2015年04月24日 22時02分19秒 | 日記
Linux 4.0.0 を CentOS 7 にinstallしてみた.

cd /usr/src
wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.xz
tar xfJ linux-4.0.tar.xz
cd linux-4.0/
cp /boot/config-3.10.0-229.1.2.el7.x86_64 ./.config
yes "" | make oldconfig
make -j8 bzImage
make -j8 modules
make modules_install install
sync
sync
init 6


再起動後
[sane@localhost ~]$ uname -a
Linux localhost.localdomain 4.0.0 #1 SMP Sat Apr 25 06:28:50 JST 2015 x86_64 x86_64 x86_64 GNU/Linux

インパクトの高い論文数による日本の研究機関ランキングを発表

2014年04月16日 13時42分47秒 | 日記
インパクトの高い論文数による日本の研究機関ランキングを発表
http://ip-science.thomsonreuters.jp/press/release/2014/esi2014/

COMPUTER SCIENCE
世界14位
は,悲しい...

Linux kernel build on Multi core CPU

2013年05月26日 14時34分56秒 | 研究
マルチコアのCPUでカーネルのコンパイル
bzImage と modules の install は並列で行うと速い.
modules_install と instal は並列でやってはいけない.

make -j8 bzImage modules
make modules_install install
とか
make -j8 bzImage modules && make modules_install install && sync && sync && init 6

Linux 3.9.4

2013年05月25日 14時37分22秒 | 研究
久しぶりに 最新のLinuxカーネルをcompile

cd /usr/src/
wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.9.4.tar.xz
tar xfJ linux-3.9.4.tar.xz
cd linux-3.9.4/
cp /boot/config-3.6.11-1.fc17.i686 ./.config
yes "" | make oldconfig
make bzImage modules modules_install install

備前焼

2012年09月30日 20時43分12秒 | 写真
青く光っています

元々(?)の色は,こちら↓

小倉城

2012年09月06日 15時02分07秒 | 日記
天守の頂

これは酷い

自動販売機にガチャガチャ

2012年08月07日 14時02分55秒 | 日記
旅に出ます。
探さないで下さい。

花園神社

2012年08月02日 12時00分14秒 | 日記

polar bear

2012年04月08日 00時51分37秒 | 日記
「南極は北過ぎる」と言われた。悲しい。

備前焼

2012年04月03日 01時19分57秒 | 日記
創業百年の備前焼のお店

こんなたくさんの備前焼を見たのは、人生で初めて





備前焼

2012年04月02日 00時57分10秒 | 日記
窯元まで行って、買いました

3個買ったら、
「傷物だけど、使うのに問題はない。」と下から2個目をただでくれました.

Google Maps (8bit CPU)

2012年04月01日 06時35分47秒 | 日記
Google が威信をかけて 4/1対応。
http://googlejapan.blogspot.jp/2012/04/google-8.html?spref=fb

しかし、このビジュアルは 安心するな~

幹事

2012年03月31日 23時06分42秒 | 日記
地獄の幹事生活が終る。

この2年間、多くの人のお世話になり、多くの人にご迷惑をおかけした。

Linux 3.1

2011年11月21日 22時50分28秒 | 日記