From e869d3107486b98d5d762f790b7cc6776691d7a0 Mon Sep 17 00:00:00 2001 From: Akilan Date: Tue, 21 Jan 2025 16:36:23 +0000 Subject: [PATCH] added tasks docs --- docs/tasks/tasks.org | 20 ++++++++++++++++++++ docs/tasks/tasks.org~ | 0 localpush.sh | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/tasks/tasks.org create mode 100644 docs/tasks/tasks.org~ 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