OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 5:25 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Where is LVT when there is less than 4Gio of memory ?
PostPosted: Thu Nov 02, 2017 1:37 pm 
Offline

Joined: Wed Feb 15, 2017 8:29 am
Posts: 17
I am trying to set the APIC but there is something I misunderstand : according to the intel manual, "APIC registers are memory-mapped to a 4-KByte region of the processor’s physical address space with an initial starting address of FEE00000H" but what if I only have 32MB of memory (which is the default setting on bochs)? The address 0xFEE0_000 is not reachable so what's happening? Where the LVT goes when there is less tan 4Gib of memory in the computer ?


Top
 Profile  
 
 Post subject: Re: Where is LVT when there is less than 4Gio of memory ?
PostPosted: Thu Nov 02, 2017 1:49 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
Hey,

the APIC registers are mapped to these physical addresses, so they are accessible on those. When the processor accesses these addresses, it will be read/written to the APIC registers instead of the physically available RAM. In the physical address space there could also be other devices mapped.

After all, you can't be sure that when you have 32MB of memory they will be physically available from 0x00000000 to 0x02000000. It could be mapped in different parts to different locations. See this nice page: http://wiki.osdev.org/Detecting_Memory_(x86)

Greets

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: Where is LVT when there is less than 4Gio of memory ?
PostPosted: Thu Nov 02, 2017 3:01 pm 
Offline

Joined: Wed Feb 15, 2017 8:29 am
Posts: 17
thank you for the quick answer :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 161 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group