diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-01 10:33:02 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-01 10:33:02 +0200 |
| commit | 3737daa88e744cba341e08eef4a2bf607bd8ff00 (patch) | |
| tree | e454a351ef522a6c626dac575c061ce6c3dd328b /kernel/xxx.c | |
| parent | 3971429c15e235814fc73ee3f2ec30e7d749dca7 (diff) | |
Cleanup and Comments
Diffstat (limited to 'kernel/xxx.c')
| -rw-r--r-- | kernel/xxx.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/xxx.c b/kernel/xxx.c new file mode 100644 index 0000000..19ddb4c --- /dev/null +++ b/kernel/xxx.c @@ -0,0 +1,15 @@ + +// some code snipplets I might use someday + +/* +void test_a20() +{ + uint16_t *test=0x7dfe; + test+=1024*1024; +// *test=0x69; +// test=0x8abcd; + log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"A20 test: 0x%02X ",*test); + +} + +*/ |
