Embedded Slackware 1.3.7-rc4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Embedded Slackware 1.3.7-rc4 (Default branch)
# 1  
Old 09-24-2008
Embedded Slackware 1.3.7-rc4 (Default branch)

slakbootEBS is a software development kit for the automated creation of bootable embedded systems based on Slackware and Busybox. The focus is on i486 and ARM systems that use compact flash devices (handhelds and PC104 type boards). The distribution consists of a primary archive with tools, scripts, and documentation, and additional archives for the i486 and PXA250 binary components.License: Free for non-commercial useChanges:
BusyBox was upgraded to version 1.11.0. The bootscripts were upgraded. The new makeCF -u optionallows the inclusion of the uClibc librarieswithout also automatically switching to BusyBoxbinaries. The Linux 2.6 kernel was upgraded to2.6.24 and the 2.4 kernel was upgraded to 2.4.36.The alternate libc libraries were upgraded to 2.7.Wine was upgraded to 0.9.5.5. xfce 4.2 was addedas an alternate desktop to the default wmx windowmanager. Additionally, support was included for 2LCD handheld screens, pixil 1.23 or opie 1.20.Dosemu was upgraded to 1.4.0. The minimumfilesystem that can be produced is now about 25MB;the maximum is over 1GB.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MOUNT_CHFS(8)						    BSD System Manager's Manual 					     MOUNT_CHFS(8)

NAME
mount_chfs -- mount a CHFS flash file system SYNOPSIS
mount_chfs DESCRIPTION
Mounts a flash file system from a flash(4) device. CHFS file systems can be only mounted from flash devices. For regular block devices like SSD drives or USB drives, please use a regular file system. The file system will be created during the first mount. CHFS stands for Chip File System. EXAMPLES
mount_chfs /dev/flash0 /mnt SEE ALSO
flash(4), fstab(5), mount(8), flash(9) HISTORY
CHFS was originally called ChewieFS during development. The name was changed to avoid legal issues and to have a more neutral name. AUTHORS
CHFS was developed at the Department of Software Engineering, University of Szeged, Hungary. BUGS
CHFS has a few known bugs as of 2011. Writing the FS full can cause problems. Truncating a file and growing it again can cause the new bytes not having all zeroes, but filled with the old content instead. BSD
November 29, 2011 BSD