Advertisement
hopkinskong

Slackware-NewKernel-HaRETStartup

Aug 9th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Slackware for HTC HD2 v0.1
  2.  
  3. set mtype 2524
  4.  
  5. set ramaddr 0x11800000
  6. set ramsize 0x1E400000
  7.  
  8. set initrd_offset 0x00a00000
  9.  
  10. set initrd initrd.cpio.gz
  11.  
  12. # USB MODES
  13. # Chose one of the following kernels by uncommenting
  14. # (removing the # from the front of the line) the according
  15. # line.
  16.  
  17. # USBETH allows for conventional usb ethernet connectivity
  18. # ADB will provide android debug bridge conectivity
  19. # USBHOST will allow connection of peripheral usb devices
  20. # when supplying +5V externally.
  21.  
  22. # set kernel zImage_htcleo_adb_2.6.32.9-38182-g6ad7e77
  23. # set kernel zImage_htcleo_usbhost_2.6.32.9-38182-g6ad7e77
  24. # set kernel zImage_htcleo_usbeth_2.6.32.9-38182-g6ad7e77
  25.  
  26. # Custom kernel - USB HOST
  27.  
  28. set kernel zImage
  29.  
  30. set cmdline "init=/init rw consoleblank=0 fbcon=rotate:1"
  31.  
  32. pwf ramcon.txt 0xF9100000 0x00040000
  33.  
  34. bootlinux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement