This is my first post on StackOverflow so I apologize if I have broken some rules.
My Professor, (not a great one) has just told us we have 24 hours to write a program under 10 lines of code that verifies if your processor architecture provides support for hyperthreading operation.
To say the least, I don't know what he wants as well as even how to begin. I believe he wants it in C++ but got upset when I asked that question and didn't tell me what language to do it in.
When I told him I didn't understand what he was asking he got very upset and told me that I must not have been paying attention. I honestly have been and even have been taking notes. I guess this Operating Systems course just isn't sinking in with me.
I have tried my own research by reading the intel manual, but no luck (Also it is 5000+ pages). I have googled around to understand the basics of hyper-threading, that you can run 2 processes at the same time (If that is correct), but have no idea how to turn that into code.
Any help would be amazing!