Re: [PATCH 01/10] mini-os: split e820 map handling into new source file

2021-12-11 Thread Samuel Thibault
Juergen Gross, le lun. 06 déc. 2021 08:23:28 +0100, a ecrit: > Introduce e820.c containing all the E820 memory map handling. > > No functional change. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > Makefile | 1 + > arch/arm/mm.c | 8 > arch/x86/mm.c |

[PATCH 01/10] mini-os: split e820 map handling into new source file

2021-12-05 Thread Juergen Gross
Introduce e820.c containing all the E820 memory map handling. No functional change. Signed-off-by: Juergen Gross --- Makefile | 1 + arch/arm/mm.c | 8 arch/x86/mm.c | 70 + e820.c | 119 + inc