Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


stable compliation version with some running problems in kernel thread
[palacios-OLD.git] / palacios / include / geekos / timer.h
index da31415..b967fef 100644 (file)
@@ -14,7 +14,7 @@
 
 #define TIMER_IRQ 0
 
-extern volatile ulong_t g_numTicks;
+extern volatile unsigned long g_numTicks;
 
 typedef void (*timerCallback)(int, void*);
 
@@ -43,6 +43,6 @@ int Cancel_Timer(int id);
 
 void Micro_Delay(int us);
 
-ulong_t clock_time(void);  //return elipsed millisecs
+unsigned long clock_time(void);  //return elipsed millisecs
 
 #endif  /* GEEKOS_TIMER_H */