|
tape-kernel 1.0
a modular modern independent kernel
|

Go to the source code of this file.
Functions | |
| void | __ffsinit (void) |
| ffsinit initializes the flat filesystem on disk | |
| uint32_t | __disksize (void) |
| disksize returns the total disk size in kilobytes | |
| uint32_t __disksize | ( | void | ) |
| void __ffsinit | ( | void | ) |
ffsinit initializes the flat filesystem on disk
ffsinit is a function that reads and validates the boot sector checking for the 0x55 0xAA boot signature and verifying sector size it also creates an empty filesystem table if one doesnt exist yet
using ffsinit is done with