cppreference.com Permanent URL

2021-11-10 Thread Joel Sherrill
Hi A little investigation showed that there is a place to click for a permanent link at the bottom of every page. The nicely named pages are not those. For https://en.cppreference.com/w/c/types/NULL Clicking on "Permanent Link" redirects you to this:

Re: RSB: add GRUB2 to the tools.

2021-11-10 Thread Karel Gardas
Looks like attachments are not supported? Hence including patch inline. >From f66de270bba2ec3496bf3e8504bb4d1e60c52f4c Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Wed, 10 Nov 2021 19:27:22 +0100 Subject: [PATCH] add GRUB2 to the RSB RTEMS tools and use it in 6/rtems-x86_64 build set ---

RSB: add GRUB2 to the tools.

2021-11-10 Thread Karel Gardas
Hi, the attach patch adds GRUB2 into the RSB RTEMS tools. Idea is to use that on amd64 BSP for building bootable images. That's also the reason why it is used only on 6/rtems-x86_64 bset only. Thanks, Karel ___ devel mailing list devel@rtems.org

Re: RSB: add GRUB2 to the tools.

2021-11-10 Thread Chris Johns
On 11/11/21 9:15 am, Karel Gardas wrote: > On 11/10/21 11:04 PM, Chris Johns wrote: >> On 11/11/21 5:32 am, Karel Gardas wrote: >>> the attach patch adds GRUB2 into the RSB RTEMS tools. Idea is to use >>> that on amd64 BSP for building bootable images. That's also the reason >>> why it is used

Re: RSB: add GRUB2 to the tools.

2021-11-10 Thread Chris Johns
On 11/11/21 5:32 am, Karel Gardas wrote: > the attach patch adds GRUB2 into the RSB RTEMS tools. Idea is to use > that on amd64 BSP for building bootable images. That's also the reason > why it is used only on 6/rtems-x86_64 bset only. Thank you for adding this and posting it here. Does grub

Re: RSB: add GRUB2 to the tools.

2021-11-10 Thread Karel Gardas
On 11/10/21 11:04 PM, Chris Johns wrote: > On 11/11/21 5:32 am, Karel Gardas wrote: >> the attach patch adds GRUB2 into the RSB RTEMS tools. Idea is to use >> that on amd64 BSP for building bootable images. That's also the reason >> why it is used only on 6/rtems-x86_64 bset only. > > Thank you

Re: [PATCH v2] c-user: Document new clock manager directives

2021-11-10 Thread Sebastian Huber
On 09/11/2021 13:06, Sebastian Huber wrote: On 09/11/2021 08:50, Sebastian Huber wrote: On 09/11/2021 08:41, Chris Johns wrote: We could also use something like this: static inline struct timespec rtems_clock_get_realtime(void) {    struct timespec time_snapshot;    _Timecounter_Nanotime(