lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Oct 2006 20:30:54 +0800
From:	"bibo,mao" <bibo.mao@...el.com>
To:	Andrew Morton <akpm@...l.org>
CC:	Andi Kleen <ak@...e.de>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] i386 create e820.c to handle e820/efi memory map table

hi,
  On i386 there are legacy bios and efi bios, memory map table handling
between legacy bios and efi bios is different, this brings some confusion
about memory map table handing. This patch creates new file named e820.c
to put bios memory map table relative functions together, it is something
the same with x86_64 arch.
  This patch set only moves function from setup.c to e820.c. There is no any
function modification , except that static declaration for some functions are
removed because these functions will be called in other files. 
  With this patch, function handling about bios memory map table is more
explicit, easier to handle memmap table between legacy bios and efi bios.
  This patch is divided fives parts, each parts can compile and run well in
my machine. Any comments and suggestion is welcome.
  
Signed-off-by: bibo,mao <bibo.mao@...el.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ