Please enable JavaScript in your browser!
首页
发现
帮助
登录
liberatehongkong
/
x86-bare-metal-examples
镜像自地址
https://github.com/cirosantilli/x86-bare-metal-examples.git
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
ddba023412
分支列表
标签列表
adoc
antekone-baremetal_helloworld
common-o
master
md
x86-bare-met...
/
bios_background.S
bios_background.S
84 B
文件历史
原始文件
1
2
3
4
5
6
7
8
9
10
11
#include "common.h"
BEGIN
mov $0x0B, %ah
mov $0x0034, %bx
int $0x10
PUTC $'a
hlt