cs412050
2005-02-22 05:00:59 UTC
The type of user space is (ulong_t).
And the type of kernel space is usually (void *).
ulong_t is lvalue type, and void* is rvalue type.
How do we assign?
And the type of kernel space is usually (void *).
ulong_t is lvalue type, and void* is rvalue type.
How do we assign?