Merge pull request #1 from LCTT/master

update
This commit is contained in:
Xingyu.Wang 2018-01-13 23:25:41 +08:00 committed by GitHub
commit 114c3e6f90
4 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Three steps to learning GDB
Translating by Torival Three steps to learning GDB
============================================================
Debugging C programs used to scare me a lot. Then I was writing my [operating system][2] and I had so many bugs to debug! I was extremely fortunate to be using the emulator qemu, which lets me attach a debugger to my operating system. The debugger is called `gdb`.

View File

@ -1,3 +1,4 @@
// Translating by Linchenguang....
Lets Build A Simple Interpreter. Part 1.
======

View File

@ -1,3 +1,5 @@
Translating by jessie-pang
What happens when you start a process on Linux?
===========================================================

View File

@ -1,4 +1,4 @@
BASH drivers, start your engines
Translating by Torival BASH drivers, start your engines
======
![](http://www.thelinuxrain.com/content/01-articles/201-bash-drivers-start-your-engines/headimage.jpg)