Subversion Repositories shark

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1683 6178d 07h 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 6208d 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 6209d 05h 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 7532d 15h mauro /shark/trunk/oslib/ update  
651 7532d 17h mauro /shark/trunk/oslib/kl/ APIC restore patched  
650 7532d 18h giacomo /shark/trunk/oslib/ Update  
649 7532d 18h mauro /shark/trunk/oslib/kl/ update  
648 7532d 19h mauro /shark/trunk/oslib/ bugfix  
646 7532d 21h mauro /shark/trunk/ Dynamic clk_per_msec change  
619 7534d 13h mauro /shark/trunk/oslib/ Safe TSR and APIC timer initialization.  
336 7707d 15h giacomo /shark/trunk/ Update  
333 7711d 16h giacomo /shark/trunk/ Warnings Removed  
329 7712d 17h giacomo /shark/trunk/oslib/kl/ 1197 -> 1193182  
317 7721d 14h giacomo /shark/trunk/ Update  
314 7722d 17h giacomo /shark/trunk/oslib/kl/ Update  
312 7722d 19h giacomo /shark/trunk/oslib/ Update  
305 7724d 09h giacomo /shark/trunk/oslib/ New __TSC__ __APIC__ compiling options  
304 7725d 20h giacomo /shark/trunk/oslib/kl/ Update  
303 7726d 12h giacomo /shark/trunk/oslib/ Update  
302 7726d 14h giacomo /shark/trunk/oslib/kl/ Update  
301 7726d 14h giacomo /shark/trunk/oslib/ Update  
299 7726d 19h giacomo /shark/trunk/oslib/ APIC Support  
264 7752d 19h giacomo /shark/trunk/oslib/kl/ Calibration using CMOS  
255 7755d 20h giacomo /shark/trunk/oslib/kl/ Final, but very final, update  
252 7756d 13h giacomo /shark/trunk/oslib/kl/ Update Advtimer  
251 7756d 13h giacomo /shark/trunk/oslib/kl/ Update Timer  
249 7756d 14h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
248 7756d 15h giacomo /shark/trunk/oslib/kl/ Advtimer update  
247 7756d 16h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
246 7756d 17h giacomo /shark/trunk/oslib/kl/ Final Advtimer Update  
245 7756d 17h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
244 7756d 18h giacomo /shark/trunk/oslib/kl/ Advtimer Update  
243 7756d 20h giacomo /shark/trunk/oslib/kl/ Advtimer Update (anti-pipeline)  
242 7757d 15h giacomo /shark/trunk/oslib/ AdvTimer Update (cpuid)  
238 7758d 20h giacomo /shark/trunk/oslib/kl/ Advanced Timer Update  
222 7777d 13h giacomo /shark/trunk/oslib/kl/ Ian Broster correction in IRQ 8 Handler  
194 7875d 16h giacomo /shark/trunk/oslib/ Asm Optimized  
165 7888d 20h giacomo /shark/trunk/oslib/kl/ COUNTER_END (bug removed)  
131 7916d 20h giacomo /shark/trunk/oslib/ Advanced Timer  
130 7917d 20h giacomo /shark/trunk/oslib/kl/ Advanced Timer Code