System call numbers, trap handling, and the C library’s role in system calls
While reading the OSTEP book, I had a question.
initializing physical memory for a reserved vector
I would like to initialize a vector of STRUfCT of size (128 bytes) with a non-trivial constructor with a reserved space (2^26). I would then like to ensure that each virtual page have an associated physical page.