c***@CSIC.UMD.EDU
2005-04-13 17:04:50 UTC
after attending the
discussion section
today i felt i had a
pretty good idea
over what i was
doing. however after
messing around with
the code a little
bit i got a little
confused.
from the project5
guideline it says to
start with the
function
GOSFS_Format (
Block_Device * )
this makes perfect
sense as we want to
format the ide1
first then mount it.
however, after i
started coding a
little bit the first
TODO i got was from
the Sys_Format (
state ).
i began implementing
that a little bit
then went back to
GOSFS_Format.
however, i do not
understand exactly
what each one is
supposed to do.
there isn't an
explanation or
description of what
these functions are
meant to do. i
looked at vfs.c's
format function and
figured that's what
the GOSFS_Format to
do. i understand it
has something to do
with inheritance. i
just couldn't find
where exactly
GOSFS_Format gets
called. i'm guessing
sys_format is
supposed to call it.
anyone have any
hints to fix this
confusion?
discussion section
today i felt i had a
pretty good idea
over what i was
doing. however after
messing around with
the code a little
bit i got a little
confused.
from the project5
guideline it says to
start with the
function
GOSFS_Format (
Block_Device * )
this makes perfect
sense as we want to
format the ide1
first then mount it.
however, after i
started coding a
little bit the first
TODO i got was from
the Sys_Format (
state ).
i began implementing
that a little bit
then went back to
GOSFS_Format.
however, i do not
understand exactly
what each one is
supposed to do.
there isn't an
explanation or
description of what
these functions are
meant to do. i
looked at vfs.c's
format function and
figured that's what
the GOSFS_Format to
do. i understand it
has something to do
with inheritance. i
just couldn't find
where exactly
GOSFS_Format gets
called. i'm guessing
sys_format is
supposed to call it.
anyone have any
hints to fix this
confusion?