Changes between Version 20 and Version 21 of Dev/KernelHack/COINS/worklog/201111


Ignore:
Timestamp:
Nov 25, 2011 3:02:02 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/KernelHack/COINS/worklog/201111

    v20 v21  
    41464146 
    41474147 = 11/25 = 
     4148 
     4149 == userland test for new_debug == 
     4150 * viola06:03 s0711489$ gcc new_debug.c -lrt 
     4151 
     4152 * viola06:03 s0711489$ ./a.out 
     4153{{{ 
     4154DEBUG: new_debug() 
     4155new_debug() 
     4156}}} 
     4157 * viola06:03 s0711489$ ./a.out 1 
     4158{{{ 
     4159DEBUG: 1 
     4160[1322200781.086185000] 1 
     4161}}} 
     4162 * viola06:03 s0711489$ ./a.out 2 3 4 5 
     4163{{{ 
     4164DEBUG: 2 
     4165[1322200793.130088000] 2 
     4166DEBUG: 3 
     4167[1322200793.130106000] 3 
     4168DEBUG: 4 
     4169[1322200793.130115000] 4 
     4170DEBUG: 5 
     4171[1322200793.130125000] 5 
     4172}}} 
    41484173 == additional test for new_debug syscall == 
    41494174 * new_debug-err.c