- Export symbol issue while trying to call a function defined in existing kernel module from a lodable module.
- Need to export symbol from the file which defines it, which would require kernel compilation.
- Instead could traverse the tasks list on your own.
- Write the problem description. may include- notes on each OS components affected, why is it intersting, related works in it, how would you test your solutions.
###2020-09-7(Monday)
###2020-09-7(Monday)
- [@asgoyal] No progress on previous action items.
- [@asgoyal] Read about page cache in LKD and pmem.io book 2 chapters.
- [@puru] Come up with a summary of what you read if not anything on implementaion.
...
...
@@ -15,14 +15,14 @@
- Update the git repo with action items and meeting minutes.
- Next meeting on Thrusday(10th Sept.) at 12:30PM.
###2020-08-31(Monday)
###2020-08-31(Monday)
- Come up with a more detailed list of kernel/kvm excersizes which may be done. The list may keep on changing as move forward.
- Examples\-
- Implement some tool to demonstrate how KVM manages VM image file later point in time. (Read about this and come up with some excersize).
- To demonstrate page cache organisation, manipulation and updation.
- Come up with a description of problem we are working on. What all OS components would possible need modification.
###2020-08-28(Friday)
###2020-08-28(Friday)
- Use Case and Architecture assumptions as of now-
- Handling persistent page caches for VM images.
- VM images stored on network and client has hybrid NVRAM/DRAM memory.