diff --git a/docs/tasks/tasks.org b/docs/tasks/tasks.org new file mode 100644 index 0000000..fae9f32 --- /dev/null +++ b/docs/tasks/tasks.org @@ -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 diff --git a/docs/tasks/tasks.org~ b/docs/tasks/tasks.org~ new file mode 100644 index 0000000..e69de29 diff --git a/localpush.sh b/localpush.sh index 6f3e9b1..ee31fd1 100644 --- a/localpush.sh +++ b/localpush.sh @@ -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