Re: [PATCH 1/3] Gujin linux.kgz boot format

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

 



Hi!

>  It perfectly works for me, and even after reading those tens of times
> I no more find anything to change or improve.
>  Can someone propose a way forward, either in the direction of
> linux-2.6.14/15 or in the -mm tree, and/or propose improvement or
> point me to my bug(s) ?

And advantages are? Having to maintain both C and assembly version
does not seem like improvement to me.

> +#define STR static const char

Ouch.
								Pavel
 +const unsigned maskvesa = 0

> +#ifndef CONFIG_FB_VESA
> +	| (1 << 0)	/* Cannot boot in MASKVESA_1BPP */
> +	| (1 << 1)	/* Cannot boot in MASKVESA_2BPP */
> +	| (1 << 3)	/* Cannot boot in MASKVESA_4BPP */
> +	| (1 << 7)	/* Cannot boot in MASKVESA_8BPP */
> +	| (1 << 14)	/* Cannot boot in MASKVESA_15BPP */
> +	| (1 << 15)	/* Cannot boot in MASKVESA_16BPP */
> +	| (1 << 23)	/* Cannot boot in MASKVESA_24BPP */
> +	| (1 << 31)	/* Cannot boot in MASKVESA_32BPP */
> +#endif
> +#if defined (CONFIG_VGA_CONSOLE) || defined (CONFIG_MDA_CONSOLE)
> +	| (1 << 16)	/* able to boot in text mode */
> +#endif
> +	// | (1 << 17)	/* not able to boot in VESA1 mode */
> +#ifdef CONFIG_FB_VESA
> +	| (1 << 18)	/* able to boot in VESA2 linear mode */
> +#endif
> +	// | (1 << 19)	/* force VESA1 if in VESA2 */
> +	| (1 << 20)	/* Cannot handle VGA graphic modes */
> +	;


-- 
if you have sharp zaurus hardware you don't need... you know my address
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux