機種変更も考えたのだが、特に欲しい機種も無かったので、702NKの電池を交換して使い続ける事にした。
楽天で702NK用のバッテリであるBL-5Cで検索すると、中古の電池を売っている店を発見。純正だと3300円の所、980円で売っていたので、予備も入れて2個購入した。
ちなみに、電池カバーの開け方は、以下の通り。
Index: platform.rb
===================================================================
--- platform.rb (revision 445)
+++ platform.rb (working copy)
@@ -11,6 +11,7 @@
when /freebsd/ then 'freebsd'
when /linux/ then 'linux'
when /solaris/ then 'solaris'
+ when /netbsd/ then 'netbsd'
else raise "Unknown OS: #{target_os}"
end
end