Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:boot_options [2013/05/13 19:53] – [Persistence options] noted depreciation of 'local=' lverns | wiki:boot_options [2019/04/14 19:19] (current) – [Generic kernel boot parameters] change link to v4.19 as used in latest Core v10.0 micore | ||
---|---|---|---|
Line 39: | Line 39: | ||
| tinycore noutc | BIOS is using localtime.| | | tinycore noutc | BIOS is using localtime.| | ||
| tinycore tz=GMT+8 | | tinycore tz=GMT+8 | ||
- | | tinycore | + | | tinycore |
| tinycore user=abc | | tinycore user=abc | ||
| tinycore desktop=yyy | | tinycore desktop=yyy | ||
Line 45: | Line 45: | ||
| tinycore xvesa=800x600x32 | | tinycore xvesa=800x600x32 | ||
| tinycore bkg=image.{jpg: | | tinycore bkg=image.{jpg: | ||
+ | | tinycore vga=ask | ||
| tinycore vga=7xx | | tinycore vga=7xx | ||
+ | | tinycore vga=0x312 | ||
=== Values for boot option " | === Values for boot option " | ||
Line 53: | Line 55: | ||
| 65000 (16 bit) | | | 65000 (16 bit) | | ||
| 16.7M (24 bit) | | | 16.7M (24 bit) | | ||
+ | |||
+ | === Values for boot option " | ||
+ | | Color | 640x480 | ||
+ | | | ||
+ | | 32000 (15 bit) | | ||
+ | | 65000 (16 bit) | | ||
+ | | 16.7M (24 bit) | | ||
===== Generic kernel boot parameters ===== | ===== Generic kernel boot parameters ===== | ||
In addition to codes specific to TC, the linux kernel accepts several generic parameters.\\ | In addition to codes specific to TC, the linux kernel accepts several generic parameters.\\ | ||
A document that explains them is externally available in [[http:// | A document that explains them is externally available in [[http:// | ||
- | [[http:// | + | [[https:// |
+ | |||
+ | and | ||
+ | https:// | ||
+ | which includes kernel-parameters.txt and some aditional detail about parameters and how they are processed ! | ||
===== Deprecated boot options ===== | ===== Deprecated boot options ===== | ||
Line 66: | Line 79: | ||
| | ||
* No longer supported as of 2.8, dropbear removed from base | * No longer supported as of 2.8, dropbear removed from base | ||
+ | tinycore settime | ||
+ | * Replaced with nortc in 4.x |