M-x find-grep

知らんかった。

-*- mode: grep; default-directory: "~/Documents/linux-0.01/linux-0.01-rm-3.5/" -*-
Grep started at Tue Mar  8 15:08:48

find . -type f -print0 | xargs -0 -e grep -nH -e 'ignore_int'
Binary file ./system matches
./boot/head.s~:44: *  ignore_int, interrupt gates. It then loads
./boot/head.s~:52:	lea ignore_int,%edx
./boot/head.s~:107:ignore_int:
./boot/head.s:44: *  ignore_int, interrupt gates. It then loads
./boot/head.s:52:	lea ignore_int,%edx
./boot/head.s:107:ignore_int:
Binary file ./boot/head.o matches

Grep finished (matches found) at Tue Mar  8 15:08:48

何故か *~ なファイルがあるのはご愛嬌ってコトで。

カーネルのひらを進めるか (を