Please enable JavaScript in your browser!
首頁
探索
說明
登入
liberatehongkong
/
x86-bare-metal-examples
镜像来自
https://github.com/cirosantilli/x86-bare-metal-examples.git
關註
1
讚好
0
複刻
0
Files
問題管理
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