All of lore.kernel.org
 help / color / mirror / Atom feed
* Solaris assumptions
@ 2009-03-03 16:07 phcoder
  2009-03-03 18:14 ` phcoder
  0 siblings, 1 reply; 3+ messages in thread
From: phcoder @ 2009-03-03 16:07 UTC (permalink / raw)
  To: The development of GRUB 2

Hello, investigating Solaris/OpenSolaris/Pulsar kernel I found that it 
makes assumptions which are false in grub2 environment. Now we should 
decide what to do. Assumptions:
1) Bad multiboot header. AOUT_KLUDGE bit is set but no aout multiboot 
fields. Actually the image is elf. I fixed it by just putting this bit 
to zero in the binary. It's possible to add a workaround but it's 
basically a sun's issue
2) solaris is able to open its own kernels file by the name from grub's 
cmdline. It's also a bad assumption which is entirely sun's fault
3) mbi, cmdline and mmap are in low memory. These bits are discuttable. 
Specification doesn't guarantee these parts to be on low memory however 
different OSes assume that and it makes mapping memory much easier. If 
we want to superseed grub1 we should use daChaac's memory management and 
allocate the space for these parts on low memory
-- 

Regards
Vladimir 'phcoder' Serbinenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-03 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 16:07 Solaris assumptions phcoder
2009-03-03 18:14 ` phcoder
2009-03-03 19:44   ` phcoder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.