mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 12
This commit is contained in:
3
12-kernel-c/function.c
Normal file
3
12-kernel-c/function.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int my_function() {
|
||||
return 0xbaba;
|
||||
}
|
||||
Reference in New Issue
Block a user