Commit graph

12 commits

Author SHA1 Message Date
6e0d91918a TD2 II.3 add for in threadcreate
We've got problem since thread stack are the same
2021-11-19 14:15:57 +01:00
84bf3fdf5f TD2 I.6 Add test programm for threads 2021-11-19 14:15:34 +01:00
6bd3e1338f TD2 I.5 first working version of Thread
Add semaphore to PutChar and GetChar
2021-11-19 14:15:32 +01:00
f18dd05339 TD2 question I.3
Add syscall ThreadCreate and ThreadExit on userprog/exception.cc,
userprog/suscall.h and test/start.S
2021-11-14 21:13:37 +01:00
26f9a4226f Update putint and getint
And rapport for TD1
2021-10-19 08:19:21 +02:00
a2b87601fa GetInt test modification after syscall rewrite 2021-10-15 13:47:23 +02:00
5cccda4af3 Add some tests 2021-10-15 02:04:42 +02:00
2a3198c949 Update all syscall
And add PutInt() and GetInt()
2021-10-15 02:04:09 +02:00
2b7c7ee780 Rewrite tests 2021-10-14 23:47:48 +02:00
15ed23531f Add option to avoid compilation error 2021-10-14 23:47:28 +02:00
80fc250109 Add Syscall: Exit, PutChar, GetCar, PutString, GetString 2021-10-11 22:41:17 +02:00
6f405265a5 Initial version 2021-10-11 22:27:00 +02:00