Commit Graph

78 Commits

Author SHA1 Message Date
chyyuu
7a2d23bb9e update labX info 2016-02-22 17:14:34 +08:00
chyyuu
b607f1accb Merge pull request #11 from Archstacker/fix_spell
Correct some spelling mistakes
2015-06-09 20:56:19 +08:00
ArchStacker
6fbc1fa90b Correct the wrong spelling of put_pgdir 2015-06-07 08:03:34 +08:00
chyyuu
14cfd43b12 Update sfs-homework.md 2015-06-02 22:46:12 +08:00
chyyuu
42f604c301 Update disksim-homework.md 2015-05-18 01:14:38 +08:00
yuchen
f6b6d6299a add lec23 io-device spoc homework 2015-05-18 01:08:08 +08:00
chyyuu
00d7df7580 Update sfs-homework.md 2015-05-13 14:54:58 +08:00
chyyuu
adc8b010c3 Update sfs-homework.md 2015-05-13 14:48:49 +08:00
chyyuu
c8bebc1a26 Update sfs-homework.md 2015-05-13 14:45:56 +08:00
chyyuu
e18a31359c Update sfs-homework.md 2015-05-13 14:19:56 +08:00
chyyuu
7bdd64c0b8 Update sfs-homework.md 2015-05-13 14:01:33 +08:00
yuchen
97e8a51fbf update lec21 spoc discuss 2015-05-13 11:31:30 +08:00
yuchen
365c3523a2 add lec21 spoc discuss: about simple file system 2015-05-13 11:24:26 +08:00
yuchen
fc1ceaee8e add share memory examples 2015-05-11 12:53:02 +08:00
yuchen
026015ed25 add related info about deadlock and ipc: pipe, signal 2015-05-11 12:09:30 +08:00
ArchStacker
87248a2704 Remove the addition space 2015-05-11 08:24:55 +08:00
ArchStacker
dd4e1e12a3 Correct a spelling mistake 2015-05-11 08:12:43 +08:00
yuchen
340eebff1b add python threading examples and intros for lec 18 spoc discuss 2015-05-06 12:41:12 +08:00
yuchen
b233b49dcb Merge branch 'master' of github.com:chyyuu/ucore_lab 2015-04-29 12:38:47 +08:00
yuchen
f9b1bb3b66 :add lab7 spoc exercise related codes 2015-04-29 12:38:37 +08:00
chyyuu
81a1c96104 Update lab5_X.md 2015-04-27 13:57:12 +08:00
chyyuu
5213ab329b Update lab5_X.md 2015-04-27 13:56:38 +08:00
yuchen
69afb3405b update buddy system finish info in lab2_X.md 2015-04-25 10:48:57 +08:00
yuchen
a2622383e9 add more interesting labx_X challenges 2015-04-24 19:10:43 +08:00
yuchen
3dce81e73a update labX finish info 2015-04-24 18:14:53 +08:00
yuchen
6684504c82 updte lab2_X finish info 2015-04-24 17:48:07 +08:00
yuchen
5381167e3b update lab2_X finish info 2015-04-24 17:45:03 +08:00
chyyuu
0a4ca0d275 Update lab1-boot-with-grub2-in-udisk.md 2015-04-22 23:55:52 +08:00
yuchen
885eb12a76 udpate labXs 2015-04-22 23:48:46 +08:00
yuchen
03220078ed add lab6 concept spoc discuss 2015-04-22 11:14:27 +08:00
yuchen
7d3b5941ed add lab1_X, labx_X info 2015-04-20 22:59:14 +08:00
yuchen
f39299c9a2 add exercise of lab5 spoc discussion 2015-04-20 12:44:41 +08:00
yuchen
331b8dff5a add ucore_kernel_in_lab1 which can be loaded by grub2 in u disk on real machine 2015-04-20 10:38:10 +08:00
yuchen
8b9f54ec50 update lab1_X.md 2015-04-16 23:10:50 +08:00
yuchen
73a92ede54 update lab7_X 2015-04-16 11:16:34 +08:00
yuchen
a35b4ee311 Update labX4,5 2015-04-16 11:14:33 +08:00
yuchen
6f8839df96 add labX challenges info 2015-04-16 10:22:51 +08:00
yuchen
a0ccd227da update related_info::lab0 2015-04-16 08:43:14 +08:00
yuchen
84c96b3c3d delete hash.c 2015-04-15 12:49:01 +08:00
yuchen
258bcb059e add lab4 spoc discuss 2015-04-15 11:23:03 +08:00
chyyuu
89b750f8d2 Update process-cpuio-homework.md 2015-04-08 11:58:58 +08:00
yuchen
9926671507 add process-cpuio-homework.md 2015-04-08 11:28:37 +08:00
yuchen
87d6923d69 add process-cpuio-homework for lab5 2015-04-08 11:25:14 +08:00
yuchen
ab237ddb70 update lab4 process-concept-homework.md 2015-04-08 11:24:18 +08:00
yuchen
c4e7dbd910 add process-concept spoc homework 2015-04-07 10:21:28 +08:00
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
yuchen
4502881f06 add related_info on page-replacement-policy algorithms 2015-03-30 12:26:26 +08:00
yuchen
2f904a1306 add linux little progs for locality 2015-03-23 09:11:45 +08:00
yuchen
1dc0d0aa01 add watch_linux_pagefault.md 2015-03-23 08:34:36 +08:00
yuchen
989c778c51 Merge branch 'master' of github.com:chyyuu/ucore_lab 2015-03-22 21:41:59 +08:00