jyhpsycho
Results
2
comments of
jyhpsycho
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...
It may be fixed after checking whether Boost::iostreams and zlib is needed or not to build on windows platform as like: if(CMAKE_WIN32) (old) else(CMAKE_WIN32) (new) endif(CMAKE_WIN32)