Subversion Repositories shark

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1683 6084d 06h fabio /shark/branches/xen/ Refactor the low level code.

Move the parts of the oslib we're using (actually a little bit more,)
in some sanely-named place, and prepare things for a layout suitable
for multiple architecture support.
 
1621 6114d 10h fabio /shark/branches/xen/ Move all the low level libc related headers from the OSLib to libc/.

Move the headers used to define the libc interface exported by Shark from
the OSLib to libc/arch/$(ARCH) (remember, by now ARCH can be only x86,) and
change their users to reflect the movement. There are still a couple of
problems to solve, that are how to deal with the libc code used inside the
kernel, and how to handle things that are on the boundary, e.g., some type
definitions and so on. Btw this had to be started from somewhere.
 
1618 6115d 04h fabio /shark/branches/xen/ Started a new xen/ branch.

The plan is to support xen (without HVM) as an execution platform, and,
in the process, to decouple the generic kernel from the OSLib, trying to
make it easier to port Shark to new architectures.
 
652 7438d 15h mauro /shark/trunk/oslib/ update  
651 7438d 17h mauro /shark/trunk/oslib/kl/ APIC restore patched  
650 7438d 17h giacomo /shark/trunk/oslib/ Update  
649 7438d 18h mauro /shark/trunk/oslib/kl/ update  
648 7438d 18h mauro /shark/trunk/oslib/ bugfix  
646 7438d 21h mauro /shark/trunk/ Dynamic clk_per_msec change  
619 7440d 13h mauro /shark/trunk/oslib/ Safe TSR and APIC timer initialization.  
336 7613d 14h giacomo /shark/trunk/ Update  
333 7617d 16h giacomo /shark/trunk/ Warnings Removed  
329 7618d 17h giacomo /shark/trunk/oslib/kl/ 1197 -> 1193182  
317 7627d 14h giacomo /shark/trunk/ Update  
314 7628d 17h giacomo /shark/trunk/oslib/kl/ Update  
312 7628d 19h giacomo /shark/trunk/oslib/ Update  
305 7630d 09h giacomo /shark/trunk/oslib/ New __TSC__ __APIC__ compiling options  
304 7631d 19h giacomo /shark/trunk/oslib/kl/ Update  
303 7632d 12h giacomo /shark/trunk/oslib/ Update  
302 7632d 13h giacomo /shark/trunk/oslib/kl/ Update  
301 7632d 14h giacomo /shark/trunk/oslib/ Update  
299 7632d 19h giacomo /shark/trunk/oslib/ APIC Support  
264 7658d 18h giacomo /shark/trunk/oslib/kl/ Calibration using CMOS  
255 7661d 19h giacomo /shark/trunk/oslib/kl/ Final, but very final, update  
252 7662d 12h giacomo /shark/trunk/oslib/kl/ Update Advtimer  
251 7662d 12h giacomo /shark/trunk/oslib/kl/ Update Timer  
249 7662d 13h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
248 7662d 14h giacomo /shark/trunk/oslib/kl/ Advtimer update  
247 7662d 15h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
246 7662d 16h giacomo /shark/trunk/oslib/kl/ Final Advtimer Update  
245 7662d 17h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
244 7662d 18h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
243 7662d 20h giacomo /shark/trunk/oslib/kl/ Advtimer Update (anti-pipeline)  
242 7663d 14h giacomo /shark/trunk/oslib/ AdvTimer Update (cpuid)  
238 7664d 19h giacomo /shark/trunk/oslib/kl/ Advanced Timer Update  
222 7683d 13h giacomo /shark/trunk/oslib/kl/ Ian Broster correction in IRQ 8 Handler  
194 7781d 15h giacomo /shark/trunk/oslib/ Asm Optimized  
165 7794d 19h giacomo /shark/trunk/oslib/kl/ COUNTER_END (bug removed)  
131 7822d 19h giacomo /shark/trunk/oslib/ Advanced Timer  
130 7823d 19h giacomo /shark/trunk/oslib/kl/ Advanced Timer Code