limine: Document added padding field of file structure

This commit is contained in:
mintsuki 2022-03-28 07:37:40 +02:00
parent 647ad0ac14
commit b4fd10afd4
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ struct limine_file {
char *path;
char *cmdline;
uint64_t partition_index;
uint32_t unused;
uint32_t tftp_ip;
uint32_t tftp_port;
uint32_t mbr_disk_id;