Extra options.
This commit is contained in:
parent
203a38ad4a
commit
31374061c9
1 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ option NO_POST=1
|
|||
option BOOT_IDE=1
|
||||
option IDE_BOOT_DRIVE=0
|
||||
option USE_ELF_BOOT=1
|
||||
option IDE_SWAB=1
|
||||
option IDE_OFFSET=0
|
||||
|
||||
# Rom image size = 63KB
|
||||
option ROM_IMAGE_SIZE=64512
|
||||
|
|
@ -31,4 +33,4 @@ addaction linuxbios.a $(CROSS_COMPILE)ranlib linuxbios.a
|
|||
makedefine CFLAGS += -g
|
||||
|
||||
# Kernel command line parameters
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|
||||
#commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue