Skip to content
View hLunaaa's full-sized avatar
💤
Sleeping
💤
Sleeping

Block or report hLunaaa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vm cpu detection via cpuid and rdtsc vm cpu detection via cpuid and rdtsc
    1
    #include <iostream>
    2
    #include <thread>
    3
    
                  
    4
    static constexpr u32 dynamic_cycles = 10,
    5
                         standard_sleep = 500,
  2. complete IA-32e paging for vtop complete IA-32e paging for vtop
    1
    #pragma once
    2
    
                  
    3
    //
    4
    // https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3a-part-1-manual.pdf
    5
    //