summaryrefslogtreecommitdiff
path: root/kernel/xxx.c
blob: 19ddb4c8887f38175ecdf8f6514ab2de1b395184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);

}

*/