From b62e45bc56eb3e5b36921858874442ad51f7576a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 8 Oct 1994 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1994-10-08 --- carrera/segment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carrera/segment.h b/carrera/segment.h index 8ec9fe906f69922bd13eb1e6aae7710d965cd03a..49aee9746fe835438b18bb3851436383f752b19a 100644 --- a/carrera/segment.h +++ b/carrera/segment.h @@ -10,6 +10,6 @@ Physseg physseg[] = { SG_PHYSICAL, "eisavga", Eisavgaphys, 128*1024, 0, 0 }, { SG_PHYSICAL, "bootrom", 0x1fc00000, 256*1024, 0, 0 }, { SG_PHYSICAL, "nvram", 0xe0009000, 12*1024, 0, 0 }, - { SG_PHYSICAL, "fb", 0xe2000000, 4*1024*1024, 0, 0 }, + { SG_PHYSICAL, "fb", 0x40000000, 4*1024*1024, 0, 0 }, { 0, 0, 0, 0, 0, 0 }, };