/[pupa]/pupa/kern/i386/pc/init.c
ViewVC logotype

Diff of /pupa/kern/i386/pc/init.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by okuji, Fri Jan 17 02:52:05 2003 UTC revision 1.5 by okuji, Fri Jan 31 03:26:56 2003 UTC
# Line 130  pupa_machine_init (void) Line 130  pupa_machine_init (void)
130    /* Sanity check.  */    /* Sanity check.  */
131    if (pupa_lower_mem < PUPA_MEMORY_MACHINE_RESERVED_END)    if (pupa_lower_mem < PUPA_MEMORY_MACHINE_RESERVED_END)
132      pupa_fatal ("too small memory");      pupa_fatal ("too small memory");
133      
134    #if 0
135    /* Turn on Gate A20 to access >1MB.  */    /* Turn on Gate A20 to access >1MB.  */
136    pupa_gate_a20 (1);    pupa_gate_a20 (1);
137    #endif
138    
139    /* Add the lower memory into free memory.  */    /* Add the lower memory into free memory.  */
140    if (pupa_lower_mem >= PUPA_MEMORY_MACHINE_RESERVED_END)    if (pupa_lower_mem >= PUPA_MEMORY_MACHINE_RESERVED_END)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26