mbr: note we will need to make this return a code at some point
authorAlan Cox <alan@linux.intel.com>
Sat, 23 Mar 2019 20:51:44 +0000 (20:51 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 23 Mar 2019 20:51:44 +0000 (20:51 +0000)
There are systems we might find multiple partition types on and we need to not
install both sets wrongly

Kernel/dev/mbr.c

index 52a334b..cda1332 100644 (file)
@@ -8,6 +8,7 @@
 #include "mbr.h"
 #include "gpt.h"
 
+/* FIXME: Needs to be int so we can call multiple and get the right type */
 void mbr_parse(uint_fast8_t letter)
 {
     boot_record_t *br;