[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel-size-limitation



Hi there,
here are the relevant parts of code:

2.2.19:
if (sys_size > (is_big_kernel ? 0xffff : DEF_SYSSIZE))
  die("System is too big. Try using %smodules.",
   is_big_kernel ? "" : "bzImage or ");
[...]

2.4.3:
if (sys_size > (is_big_kernel ? 0x28000 : DEF_SYSSIZE))
[...]

>From the Documentation of bzImage I took, that the boot of
bzImage loads the non-real-mode-stuff behind all other, so it
souldn't matter how big it is, if you have enough ram.

Please correct me if I am wrong...

so long...

David
-- 
  __          _              | David "netzwurm" Spreen      Kiel, Germany
 / _|___  ___| |__  __ _ _ _ | http://www.netzwurm.cc/      david@spreen.de
|  _/ _ \/ _ \ '_ \/ _` | '_|| gnupg key (on keyservers):   C8B6823A
|_| \___/\___/_.__/\__,_|_|  | CellPhone:                   +49 173 3874061



Reply to: