[haiku-development] Address Space Layout

  • From: Dario Casalinuovo <b.vitruvio@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 6 Dec 2016 20:11:35 +0100

Hi,
we are using this address layout :

kernel land: 0x80000000-0xFFFFFFFFF
user land: 0x00000000-0x7FFF0000

Almost every main OS (linux, windows) is using this layout :

kernel land: 0xC0000000-0xFFFFFFFFF
user land: 0x00000000-0xBFFFFFFFF

I have two questions :

* Is there some specific reason for using this layout?
* Any objection if I change it to conform the mainstream?

-- 
Saluti,
Dario

Other related posts: