added tasks docs

This commit is contained in:
2025-01-21 16:36:23 +00:00
parent 3bf0368a0b
commit e869d31074
3 changed files with 21 additions and 1 deletions

20
docs/tasks/tasks.org Normal file
View File

@@ -0,0 +1,20 @@
* Tasks
- [ ] Run 2 macro benchmarks
- [ ] Log results and draw graphs
- [ ] Show in meeting notes
(Attempt to compelte by 20:00)
* Meeting notes template
- Chapters sent for review.
- Chapter pending to be written.
- Graphs added and ready for discussion.
- Highlight plan for next week.
** Real PhD agenda
- Start tracing work for FGPAs (Get a
grip of the Toooba implementation
and TLB implementation used).
- Design and implement kernel to
work under mmap to ensure this
behavoir can be embedded on

0
docs/tasks/tasks.org~ Normal file
View File

View File

@@ -2,5 +2,5 @@ files=`find . -newermt "-3600 secs" | sed 's|^./||'`
for file in $files
do
scp -P 40515 "$file" "akilan@217.76.63.222:/home/akilan/Alloc-Test/CHERI-Allocator/$file"
scp -P 41301 "$file" "akilan@217.76.63.222:/home/akilan/Alloc-Test/CHERI-Allocator/$file"
done