chyyuu
|
b12791a169
|
add user app for philosopher with semaphore, pthread, etc.
|
8 lat temu |
chyyuu
|
44bcd7e827
|
add fork example with error
|
8 lat temu |
chyyuu
|
28605e36e7
|
add lab4 spoc exercises
|
8 lat temu |
chyyuu
|
8d0dbae554
|
add v9_cpu related challenges
|
8 lat temu |
chyyuu
|
7a2d23bb9e
|
update labX info
|
8 lat temu |
ArchStacker
|
6fbc1fa90b
|
Correct the wrong spelling of put_pgdir
|
9 lat temu |
chyyuu
|
14cfd43b12
|
Update sfs-homework.md
|
9 lat temu |
chyyuu
|
42f604c301
|
Update disksim-homework.md
|
9 lat temu |
yuchen
|
f6b6d6299a
|
add lec23 io-device spoc homework
|
9 lat temu |
chyyuu
|
00d7df7580
|
Update sfs-homework.md
|
9 lat temu |
chyyuu
|
adc8b010c3
|
Update sfs-homework.md
|
9 lat temu |
chyyuu
|
c8bebc1a26
|
Update sfs-homework.md
|
9 lat temu |
chyyuu
|
e18a31359c
|
Update sfs-homework.md
|
9 lat temu |
chyyuu
|
7bdd64c0b8
|
Update sfs-homework.md
|
9 lat temu |
yuchen
|
97e8a51fbf
|
update lec21 spoc discuss
|
9 lat temu |
yuchen
|
365c3523a2
|
add lec21 spoc discuss: about simple file system
|
9 lat temu |
yuchen
|
fc1ceaee8e
|
add share memory examples
|
9 lat temu |
yuchen
|
026015ed25
|
add related info about deadlock and ipc: pipe, signal
|
9 lat temu |
ArchStacker
|
87248a2704
|
Remove the addition space
|
9 lat temu |
ArchStacker
|
dd4e1e12a3
|
Correct a spelling mistake
|
9 lat temu |
yuchen
|
340eebff1b
|
add python threading examples and intros for lec 18 spoc discuss
|
9 lat temu |
yuchen
|
f9b1bb3b66
|
:add lab7 spoc exercise related codes
|
9 lat temu |
chyyuu
|
81a1c96104
|
Update lab5_X.md
|
9 lat temu |
chyyuu
|
5213ab329b
|
Update lab5_X.md
|
9 lat temu |
yuchen
|
69afb3405b
|
update buddy system finish info in lab2_X.md
|
9 lat temu |
yuchen
|
a2622383e9
|
add more interesting labx_X challenges
|
9 lat temu |
yuchen
|
3dce81e73a
|
update labX finish info
|
9 lat temu |
yuchen
|
6684504c82
|
updte lab2_X finish info
|
9 lat temu |
yuchen
|
5381167e3b
|
update lab2_X finish info
|
9 lat temu |
chyyuu
|
0a4ca0d275
|
Update lab1-boot-with-grub2-in-udisk.md
|
9 lat temu |
yuchen
|
885eb12a76
|
udpate labXs
|
9 lat temu |
yuchen
|
03220078ed
|
add lab6 concept spoc discuss
|
9 lat temu |
yuchen
|
7d3b5941ed
|
add lab1_X, labx_X info
|
9 lat temu |
yuchen
|
f39299c9a2
|
add exercise of lab5 spoc discussion
|
9 lat temu |
yuchen
|
331b8dff5a
|
add ucore_kernel_in_lab1 which can be loaded by grub2 in u disk on real machine
|
9 lat temu |
yuchen
|
8b9f54ec50
|
update lab1_X.md
|
9 lat temu |
yuchen
|
73a92ede54
|
update lab7_X
|
9 lat temu |
yuchen
|
a35b4ee311
|
Update labX4,5
|
9 lat temu |
yuchen
|
6f8839df96
|
add labX challenges info
|
9 lat temu |
yuchen
|
a0ccd227da
|
update related_info::lab0
|
9 lat temu |
yuchen
|
84c96b3c3d
|
delete hash.c
|
9 lat temu |
yuchen
|
258bcb059e
|
add lab4 spoc discuss
|
9 lat temu |
chyyuu
|
89b750f8d2
|
Update process-cpuio-homework.md
|
9 lat temu |
yuchen
|
9926671507
|
add process-cpuio-homework.md
|
9 lat temu |
yuchen
|
87d6923d69
|
add process-cpuio-homework for lab5
|
9 lat temu |
yuchen
|
ab237ddb70
|
update lab4 process-concept-homework.md
|
9 lat temu |
yuchen
|
c4e7dbd910
|
add process-concept spoc homework
|
9 lat temu |
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!
|
9 lat temu |
yuchen
|
4502881f06
|
add related_info on page-replacement-policy algorithms
|
9 lat temu |
yuchen
|
2f904a1306
|
add linux little progs for locality
|
9 lat temu |