This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via 6c3c3c7a2e633e4dedd1701e6e2134f223b38574 (commit) from c442d1a656e16d12cefe2d3e9b57f764ca4bc755 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c3c3c7a2e633e4dedd1701e6e2134f223b38574 Author: Luca Dariz <luca.da...@gmail.com> Date: Sat Feb 5 18:51:25 2022 +0100 cleanup multiboot * use _raw_ structs where we refer to the bootloader-provided data * remove unused structures * fix 64 bit boot Signed-off-by: Luca Dariz <l...@orpolo.org> Message-Id: <20220205175129.309469-3-l...@orpolo.org> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 1 - i386/i386at/model_dep.c | 23 ++++---- i386/include/mach/i386/multiboot.h | 110 +------------------------------------ include/mach/multiboot.h | 82 --------------------------- kern/bootstrap.c | 20 ++++++- 5 files changed, 32 insertions(+), 204 deletions(-) delete mode 100644 include/mach/multiboot.h hooks/post-receive -- GNU Mach