전체 글
-
-
21 device Find.. but error..카테고리 없음 2022. 8. 23. 20:32
pci , 21 device , i am find.... buf error ..
-
pci.cpp카테고리 없음 2022. 8. 22. 02:30
/** * @file pci.cpp * * PCI バス制御のプログラムを集めたファイル. */ #include "pci.hpp" #include "asmfunc.h" namespace { using namespace pci; // #@@range_begin(make_address) /** @brief CONFIG_ADDRESS 用の 32 ビット整数を生成する */ uint32_t MakeAddress(uint8_t bus, uint8_t device, uint8_t function, uint8_t reg_addr) { auto shl = [](uint32_t x, unsigned int bits) { return x 24) & 0xffu; uint8_t sub = (class_code >> 16) & 0xff..
-
pci.hpp카테고리 없음 2022. 8. 22. 02:30
/** * @file pci.hpp * * PCI バス制御のプログラムを集めたファイル. */ #pragma once #include #include #include "error.hpp" namespace pci { // #@@range_begin(config_addr) /** @brief CONFIG_ADDRESS レジスタの IO ポートアドレス */ const uint16_t kConfigAddress = 0x0cf8; /** @brief CONFIG_DATA レジスタの IO ポートアドレス */ const uint16_t kConfigData = 0x0cfc; // #@@range_end(config_addr) /** @brief CONFIG_ADDRESS に指定された整数を書き込む */ void Write..
-
-
Server List Premium VPN and SSH Server Tunneling.카테고리 없음 2021. 4. 26. 22:56
Server List Premium VPN and SSH Server Mytunneling How to Choose the Best and Fastest VPN and SSH Server. Your VPN and SSH provider will give you access to a list of servers. But the question is which VPN and SSH server should you choose? The answer will depend on what you want to do. If you want to access restricted social media, or simply want to surf the internet anonymously, it is best to ch..