摘要: 1.CFDISK 命令分区一个主分区和一个逻辑分区2.partprobe /dev/sdx 刷新分区表3.mkfs4.5.6.>dhcpcd7.8.9.10.11.12.13.14.15. 阅读全文
posted @ 2013-12-19 23:29 李晓茂的杂货铺 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Bochs User ManualChapter 8. Tips and Techniques8.12. Using Bochs internal debuggerNote, if you are looking for a graphical front-end for the bochs debugger, you may want to check out BFE. This is a package written by a Bochs user which can interface with the text based Bochs debugger. No linking is 阅读全文
posted @ 2013-12-19 23:16 李晓茂的杂货铺 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Primitive Data TypesThe Java programming language is statically-typed, which means that all variables must first be declared before they can be used. This involves stating the variable's type and name, as you've already seen:int gear = 1;Doing so tells your program that a field named "g 阅读全文
posted @ 2013-12-19 16:49 李晓茂的杂货铺 阅读(527) 评论(0) 推荐(0) 编辑