Please enable JavaScript in your browser!
Начало
Каталог
Помощ
Вход
liberatehongkong
/
x86-bare-metal-examples
огледало от
https://github.com/cirosantilli/x86-bare-metal-examples.git
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Уики
ИН на ревизия:
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