dear all:
I want to make a linux on my usb storage (32 MB),following is the fuctions i wanted:
1> .boot a common pc from my usb storage;
2> .have a gui ,such as "microwindow","minigui";
3> .certenly, the common feature of a real os.
and the following steps is my idea about the project:
1>.make a "linux kernel" that surports usb device by pc;
2>.make a "initrd.img" file and a proc file image;
3>.make a ext2 file system on the usb storage ,and "copy" the kernel ,initrd.img , proc file image to it (also the gui program);
4>.set up the grub on the usb storage;
5>.run it.
but now , i don't certen about the step 2> and 3>,because i haven't known the steps that a real linux boot,anyone help please!
by the way, do you think a "GUI" on it is impossible? tell me please!