摘要:
首先写一个自己的库: [cpp] view plain copy #include "../MyAPI.h" #include <cstdlib> #include <ctime> int getRandom(int boundary) { if (boundary <= 0 ) { return 阅读全文
posted @ 2018-04-23 21:32
konglingbin
阅读(1895)
评论(0)
推荐(0)
摘要:
什么是OVMF The Open Virtual Machine Firmware (OVMF) project aims to support firmware for Virtual Machines using the edk2 code base. More information can 阅读全文
posted @ 2018-04-23 21:28
konglingbin
阅读(4772)
评论(0)
推荐(0)