diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-17 23:17:51 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-17 23:17:51 +0100 |
| commit | 7e2da9a580fb42ebf46096364e511ef57bc05cd8 (patch) | |
| tree | 110c6f71cda7a82b08b707009a37042c899a829d /kernel/xxx.c | |
| parent | c8032c1bf3a951cbd7aaef8b9a03b12aabd1f691 (diff) | |
little cleanup
Diffstat (limited to 'kernel/xxx.c')
| -rw-r--r-- | kernel/xxx.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/xxx.c b/kernel/xxx.c deleted file mode 100644 index 19ddb4c..0000000 --- a/kernel/xxx.c +++ /dev/null @@ -1,15 +0,0 @@ - -// 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); - -} - -*/ |
