diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:10:32 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:10:32 +0100 |
| commit | 0d36b950f6a560a0312f2dcd326d3bb5362af370 (patch) | |
| tree | 6d417483e22589e5ca07bf98a0bd8099ae5882e8 /userspace/test.c | |
| parent | ec0ba7bc40854eab6a1cdb41364f41f9c11407e1 (diff) | |
playing with enviroment variables
Diffstat (limited to 'userspace/test.c')
| -rw-r--r-- | userspace/test.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/userspace/test.c b/userspace/test.c deleted file mode 100644 index 12226d3..0000000 --- a/userspace/test.c +++ /dev/null @@ -1,25 +0,0 @@ -#include <stdlib.h> -#include <stdio.h> - -#include "syscalls.h> - -int main() -{ - int x=atoi("33"); - int *mem=0x80000; - int *mem2=0x80010; - - int y=0; - *mem=x; - - while(1) - { - printf("test printf"); -// write(1,"dupa",4); -// y=example_call(); - y++; - *mem2=y; - } - - -} |
