Posts by Luã Faria • 43 points
2 posts
- 
		2 votes0 answers446 viewsQ: How does Memory Management work with virtual memory?Well I’m doing the Operating Systems discipline and a doubt has arisen while I read memory management. From what I read, one way to abstract memory is to use base and limit registers, where each… 
- 
		2 votes1 answer192 viewsQ: Problem with Dynamic Allocation - Segmentation FailureI defined two structures to represent a straight line. I need to open a file that contains the values of a line by line, put the values in a chained list. This I was able to do.…