Re: [PATCH 00/15] mini-os: remove struct file dependency from config

2022-01-06 Thread Samuel Thibault
Hello, I had a glimpse at the changes, this looks good to me! Acked-by: Samuel Thibault on the whole series. I'll see when I'll be able to find time to review the changes, unless somebody beats me to it :) Samuel Juergen Gross, le jeu. 06 janv. 2022 12:57:26 +0100, a ecrit: > Today the layout

[PATCH 00/15] mini-os: remove struct file dependency from config

2022-01-06 Thread Juergen Gross
Today the layout of struct file is depending on the Mini-OS configuration. This is especially bad as the layout is exported to external users like the Xen libraries built for Mini-OS, and those are being built only once for multiple stubdom configurations. Today there is no direct problem resultin