aboutsummaryrefslogtreecommitdiff
path: root/src/boucane.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/boucane.cc')
-rw-r--r--src/boucane.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boucane.cc b/src/boucane.cc
index 888dced..78884ac 100644
--- a/src/boucane.cc
+++ b/src/boucane.cc
@@ -58,12 +58,14 @@ void configure_tss(){
void task1(){
while(1){
+ asm("mov $0xABC, %rax");
asm("mov $1, %rdi;int $0x30");
}
}
void task2(){
while(1){
+ asm("mov $0xAEBC, %rax");
asm("mov $2, %rdi;int $0x30");
}
}