> hello, > > i am trying to free memory for shared memory purposes. i added > append="mem=63m" to the syslinux.cfg file. how do i make these changes > active when rebooting, or do i do something wrong ? > > my syslinux.cfg looks like this > > ... > > append=load_ramdisk=1 append="mem=63m" initrd=root.rtl > initrd_archive=minix ramdisk_size=32768 root=/dev/ram0 > boot=/dev/hda1,msdos RTL=etc,sshd,log,local,modules, thttpd
If the changes were done to /syslinux.cfg on /dev/hda1 in your case then the changes should be ok. Syslinux.cfg is read my ldlinux.sys on system boot so you don't need to do anything if /dev/hda1 is your system boot media if it's not then you need to run syslinux on /dev/hda1 and then add the syslinux.cfg as you have it. But why don't you simply use the mbuff module thats on MiniRTL ?? hofrat -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
