update freestanding study
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extern "C" void _start() {
|
||||
asm volatile (
|
||||
"mov $1, %eax\n"
|
||||
"mov $0, %ebx\n"
|
||||
"int $0x80"
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user