| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] Test minios for the arm64
 Hi Stefano,
On Fri, Jun 09, 2017 at 11:46:17AM -0700, Stefano Stabellini wrote:
> Hi Shijie,
> 
> It is great to see other people interested in MiniOS for ARM64. Could
> you please share with me the steps to reproduce your results? How did
> you build and run Volodymyr's git tree?
I tested the minios in the Softiron board with Ubuntu:
(1) Get the git tree from:
    https://github.com/lorc/mini-os.git
(2) fix a compiler error by a workaround patch:
 
        -------------------------------
        diff --git a/include/sys/time.h b/include/sys/time.h
        index 3be3653..2310e55 100644
        --- a/include/sys/time.h
        +++ b/include/sys/time.h
        @@ -24,6 +24,9 @@
         #include_next <sys/time.h>
         
         #else
        +
        +#ifndef _STRUCT_TIMEVAL
        +#define _STRUCT_TIMEVAL        1
         struct timespec {
             time_t      tv_sec;
             long        tv_nsec;
        @@ -38,6 +41,7 @@ struct timeval {
         };
         
         int      gettimeofday(struct timeval *tv, void *tz);
        +#endif
         
         #endif
         #ifdef HAVE_LIBC
        -------------------------------
(3) Put the mini-os.img to /boot, and change the grub for XEN.
(4) We will get the error log then.
Thanks
Huang Shijie
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |