> >> I'm actually confused a little on this patch. Because usually > >> a flag like that to be useful requires things be conditional. > >> One flag for a 32bit kernel and a different flag for a 64bit kernel. > >> > >> Does S390 not support a 32bit kernel? > > > > S390 supports both. The binary interface for 32bit and 64bit kernel > > images is identical, hence I don't see a need to make anything conditional. > > Whatever the user wants: it should work. > > What is the binary interface? > > Could you describe what that binary interface is or give me a pointer? > Does the s390 not distinguish between 32bit and 64bit code?
With binary interface I mean: the kernel image will be handled as binary blob and the only things that need to be changed are: - the command line -> always at 0x10480 - size and position of the initrd -> always at 0x10408/0x10410 There is no need to distinguish between 32/64bit kernel images since they get treated exactly the same way. Hope that clarifies things a bit or maybe I get you wrong? Uhmm.. _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
