mit-pdos / xv6-book

Commentary for xv6-public
Other
248 stars 66 forks source link

Changing the device memory size in mem.t #20

Open tzerbib opened 5 years ago

tzerbib commented 5 years ago

Top of memory is at 0xFFFFFFFF (4Gbyte) and device memory start at 0xFE000000 (according to fig. 2.2 known as xv6_layout). So 0xFFFFFFFF - 0xFE000000 = 0x01FFFFFF (32 Mbyte).