EmbLogic's Blog

Author Archives: shivam.mahajan

Status to Pravjot sir and Siddhartha sir:

successfully implemented system,multiple fork,exec,pause and software interrupts (using signal and signal handlers)……

Posted in Uncategorized | Leave a comment

Multiple Data Compression using Iterative Techniques

4bit compression is complete…..rcs implemented

Posted in Uncategorized | Tagged | Leave a comment

resizing structures as per the number of total bytes declared

To resize the structure as per the number of total bytes declared in structure we use the #pragma directive. The #pragma pack directive modifies the current alignment rule for members of structures following the directive. syntax: ex–>#pragma pack(1)

Posted in Uncategorized | Tagged | Leave a comment

Assignment 1 complete…..doing assignment 2….

Posted in Uncategorized | Leave a comment