- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 158字
- 2021-07-08 09:47:11
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In the loop() function, we read the value of the distance from the sensor and then display it on the serial port."
A block of code is set as follows:
/* linux-4.9.10/arch/x86/include/asm/thread_info.h */
struct thread_info {
unsigned long flags; /* low level flags */
};
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Go to Sketch | Include Library | Manage Libraries and you will get a dialog."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- AngularJS入門與進階
- 基于Swift語言的iOS App 商業實戰教程
- Mastering ServiceNow(Second Edition)
- MINECRAFT編程:使用Python語言玩轉我的世界
- 機器學習微積分一本通(Python版)
- C指針原理揭秘:基于底層實現機制
- INSTANT Apache Hive Essentials How-to
- Getting Started with hapi.js
- Learning Ionic(Second Edition)
- C#程序開發參考手冊
- 精通Rust(第2版)
- 新手學Visual C
- Instant PhoneGap
- Mastering Social Media Mining with R
- JavaScript啟示錄