os_kernel_lab/related_info
yuchen 316bbf6b92 fix bug in lab1-ex3.c, %% eax --> %eax in basic inline asm
the reference is from
https://gcc.gnu.org/onlinedocs/gcc.pdf (5.0.0 pre-release),
section 6.43 (How to Use Inline Assembly Language in C Code)
and http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html

syntax of basic asm statement:
asm [ volatile ] ( Assembler Instructions )

syntax of extended asm statement
asm [volatile] ( Assembler Template
: Output Operands
[ : Input Operands
[ : Clobbers ] ])

Alanpsc, thanks you!
2015-04-01 11:49:42 +08:00
..
lab0 update lab0-ex3.c lab0-ex4.c 2015-03-07 00:44:03 +08:00
lab1 fix bug in lab1-ex3.c, %% eax --> %eax in basic inline asm 2015-04-01 11:49:42 +08:00
lab2 add watch_linux_pagefault.md 2015-03-23 08:34:36 +08:00
lab3 add related_info on page-replacement-policy algorithms 2015-03-30 12:26:26 +08:00
lec7-8 add lec7-2 fork.c in related_info 2013-10-17 09:09:27 +08:00
ostep add ostep homeworks 2015-03-15 16:54:19 +08:00