Kernel full variant. Includes a core and all currently available subsystems.
Kernel full variant. Includes a core and all currently available subsystems.
Requires implementation of
- console.h : console output operations
- prompt.h : system prompt constructor called by the kernel shell.
- disk.h : low level Disk I/O operations -> called by kernel file I/O subsystem for raw disk I/O operations or by file system middleware implementation.
- fat.h : file system middleware interface -> called by kernel file I/O subsystem for file I/O operations.