It should be similar to waiting to read a page that's not in the buffer
cache yet.
Sit
I think I was wrong and the system does indeed handle this
automatically. It looks like the way the scheduler works, it is
guaranteed to handle all the startup IO before it reads any instructions
at all, so all the syscalls can assume that the superblock etc. are
loaded. Sweet.