You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
299 B
16 lines
299 B
10 years ago
|
fis init -f
|
||
|
|
||
|
fconfig boot_script true
|
||
|
fconfig boot_script_data
|
||
|
fis load -b %loadaddr -d kernel
|
||
|
exec -c "noinitrd" %loadaddr
|
||
|
|
||
|
|
||
|
fconfig boot_script_timeout 20
|
||
|
|
||
|
fis create -o 0x1000 -f 0xBE430000 -l %kernellen kernel
|
||
|
|
||
|
fis create -o %offset2 -s %rootfsdatalen -f %rootfsaddr -l %rootfslen rootfs
|
||
|
|
||
|
reset
|