- 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.
推薦閱讀
- Linux核心技術從小白到大牛
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Magento 2 Theme Design(Second Edition)
- 看透JavaScript:原理、方法與實踐
- MATLAB實用教程
- Getting Started with Python Data Analysis
- Responsive Web Design by Example
- VMware虛擬化技術
- Python語言實用教程
- QGIS Python Programming Cookbook(Second Edition)
- 硬件產品設計與開發:從原型到交付
- Node.js區塊鏈開發
- Java程序設計教程
- Visual Basic程序設計基礎
- Python第三方庫開發應用實戰