grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

Multithreaded Grub4Dos: map --mem multiple images & threaded 0 space mapping

Open Oxtie opened this issue 9 years ago • 1 comments

Hi In order boot faster in my case, i need 2 functions

  1. Grub4Dos able to map multiple images at the same time (provided that the commands are pre-evaluated to be correct)
  2. Grub4Dos using 1st thread to Map ONLY used space while 2ad thread to Maps ONLY the freespace.

Oxtie avatar Mar 14 '16 19:03 Oxtie

It's impossible, because GRUB4DOS is NOT the operating system. Multi-threading requires many things; i.e. task scheduler, context switcher, ACPI and IO-APIC support for multi-core handling, etc. Implementing these in GRUB4DOS may cause collision with OS kernel.

jyhpsycho avatar May 08 '17 10:05 jyhpsycho