Set the loader name for DeforaOS uLoader

This commit is contained in:
Pierre Pronchery 2019-04-16 00:20:13 +02:00
parent 15c6b0ad15
commit 6535b3b3d7

View File

@ -52,6 +52,7 @@ int multiboot(const ukMultibootInfo * mi)
ukMultibootInfo kmi;
memcpy(&kmi, mi, sizeof(kmi));
kmi.loader_name = "DeforaOS uLoader";
/* initialize the main buses */
ioportbus = bus_init(NULL, "ioport");