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...
/
interrupt_loop.S
interrupt_loop.S
109 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
9
#include "common.h"
BEGIN
CLEAR
movw $handler, 0x00
mov %cs, 0x02
int $0
handler:
int $0