ArchStacker
6f0683e07d
Fix the unsuitable use of pa2page in lab8
hace 9 años
ArchStacker
47afad0cca
Fix the unsuitable use of pa2page in lab7_result
hace 9 años
ArchStacker
124dd65222
Fix the unsuitable use of pa2page in lab7
hace 9 años
ArchStacker
9be5e162c0
Fix the unsuitable use of pa2page in lab6_result
hace 9 años
ArchStacker
7f425b91b1
Fix the unsuitable use of pa2page in lab6
hace 9 años
ArchStacker
89a9eb84d0
Fix the unsuitable use of pa2page in lab5_result
hace 9 años
ArchStacker
2cde1118f4
Fix the unsuitable use of pa2page in lab5
hace 9 años
ArchStacker
77d23ca519
Fix the unsuitable use of pa2page in lab4_result
hace 9 años
ArchStacker
bca0ff491c
Fix the unsuitable use of pa2page in lab4
hace 9 años
ArchStacker
17057e1f1f
Fix the unsuitable use of pa2page in lab3_result
hace 9 años
ArchStacker
50905b1ec2
Fix the unsuitable use of pa2page in lab3
hace 9 años
ArchStacker
d02c4afc80
Fix the unsuitable use of pa2page in lab2_result
hace 9 años
ArchStacker
eec735afbf
Fix the unsuitable use of pa2page in lab2
hace 9 años
yuchen
b233b49dcb
Merge branch 'master' of github.com:chyyuu/ucore_lab
hace 9 años
yuchen
f9b1bb3b66
:add lab7 spoc exercise related codes
hace 9 años
chyyuu
81a1c96104
Update lab5_X.md
hace 9 años
chyyuu
5213ab329b
Update lab5_X.md
hace 9 años
yuchen
69afb3405b
update buddy system finish info in lab2_X.md
hace 9 años
yuchen
a2622383e9
add more interesting labx_X challenges
hace 9 años
yuchen
3dce81e73a
update labX finish info
hace 9 años
yuchen
6684504c82
updte lab2_X finish info
hace 9 años
yuchen
5381167e3b
update lab2_X finish info
hace 9 años
yuchen
972e2ece76
add --no-reboot in lab2_result
hace 9 años
chyyuu
0a4ca0d275
Update lab1-boot-with-grub2-in-udisk.md
hace 10 años
yuchen
885eb12a76
udpate labXs
hace 10 años
yuchen
03220078ed
add lab6 concept spoc discuss
hace 10 años
yuchen
7d3b5941ed
add lab1_X, labx_X info
hace 10 años
yuchen
f39299c9a2
add exercise of lab5 spoc discussion
hace 10 años
yuchen
331b8dff5a
add ucore_kernel_in_lab1 which can be loaded by grub2 in u disk on real machine
hace 10 años
yuchen
8b9f54ec50
update lab1_X.md
hace 10 años
yuchen
73a92ede54
update lab7_X
hace 10 años
yuchen
a35b4ee311
Update labX4,5
hace 10 años
yuchen
6f8839df96
add labX challenges info
hace 10 años
yuchen
a0ccd227da
update related_info::lab0
hace 10 años
yuchen
84c96b3c3d
delete hash.c
hace 10 años
yuchen
258bcb059e
add lab4 spoc discuss
hace 10 años
yuchen
391e04ee98
Merge branch 'master' of github.com:chyyuu/ucore_lab
hace 10 años
yuchen
5d8e661a1a
update lab6 :: deleting timer
hace 10 años
chyyuu
89b750f8d2
Update process-cpuio-homework.md
hace 10 años
yuchen
9926671507
add process-cpuio-homework.md
hace 10 años
yuchen
87d6923d69
add process-cpuio-homework for lab5
hace 10 años
yuchen
ab237ddb70
update lab4 process-concept-homework.md
hace 10 años
yuchen
c4e7dbd910
add process-concept spoc homework
hace 10 años
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!
hace 10 años
yuchen
4502881f06
add related_info on page-replacement-policy algorithms
hace 10 años
chyyuu
1bcd4b231f
Update README.md
hace 10 años
chyyuu
701c7b9a9f
Merge pull request #7 from eternalNight/master
Fix priority test and lab8 makefile along with some minor maintenances
hace 10 años
Junjie Mao
d9a83bd7be
Adjust the time slice to 50ms
The original time slice (200ms) is too large for the priority test to
generate a satisfactory result in 20s. If we only schedule 5 times a
second, there are only 100 pick_next calls to the scheduler.
I believe making scheduling more frequently does little harm to the
system. Actually more scheduling opportunities may also reveal bugs
which are not triggered previously. Adopting smaller time slices also
allows us to reduce the time spent on the priority test, which can
benefit the autotesting system.
Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
hace 10 años
Junjie Mao
5881597323
Add target run-nox-<program>
This target allows starting ucore with the specified user program in
pure terminal.
Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
hace 10 años
Junjie Mao
2d1c2001f5
Create the sfs root directory if missing
Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
hace 10 años