(xv6 linux): how can i make xv6 support large files and do thecorrect regression tests?
from reading the manual, i found that i need to change fs tosupport double indirection mainly in the functions bmap, main,iappend(regarding mkfs), but maybe in other, i don’t know. i triedto look but i didn’t find any other places the code needs to bechanged; i also need to write regression tests for it. so i duginto the manual and found that the regression tests are inusertests.c, but i don’t know how to change it as well so itgenerate a function that creates maximal sized file, writes
OR
OR