Following are the important points to note while writing data from user space to kernel space
1. The memory we allocate for creating qsets are architecture dependent, because qsets are the array of pointers which points to quantums i.e. they store the address of quantums.
2. so , for creating 8qsets in 32bit system we need to allocate 32 bytes of memory while in 64 bit system we need to allocate 64bytes of memory