1 Star 0 Fork 1

Freeze/kvmtool

forked from 会飞的小胖/kvmtool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
code16gcc.h 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pekka Enberg 提交于 2010-07-08 21:27 . kvm: BIOS E820 memory map emulation
/*
* code16gcc.h
*
* This file is -include'd when compiling 16-bit C code.
* Note: this asm() needs to be emitted before gcc emits any code.
* Depending on gcc version, this requires -fno-unit-at-a-time or
* -fno-toplevel-reorder.
*
* Hopefully gcc will eventually have a real -m16 option so we can
* drop this hack long term.
*/
#ifndef __ASSEMBLY__
asm(".code16gcc");
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FreezeFu/kvmtool.git
git@gitee.com:FreezeFu/kvmtool.git
FreezeFu
kvmtool
kvmtool
master

搜索帮助