Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
liberatehongkong
/
x86-bare-metal-examples
şunun yansıması
https://github.com/cirosantilli/x86-bare-metal-examples.git
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
5c2e547b52
Dallar
Biçim İmleri
adoc
antekone-baremetal_helloworld
common-o
master
md
x86-bare-met...
/
bios_background.S
bios_background.S
91 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
12
#include "common.h"
BEGIN
mov $0x0B, %ah
mov $0x0034, %bx
int $0x10
PUTC($0x61)
hlt
END