Changeset 89cc05c in clfs-embedded
- Timestamp:
- Nov 28, 2006, 5:14:54 AM (18 years ago)
- Branches:
- master
- Children:
- 79f7100
- Parents:
- 81d9bce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r81d9bce r89cc05c 45 45 46 46 <note os="f"><para>Since we are building for an embedded system we need to make sure 47 our key components are buil dinto the kernel and not as modules. Our key47 our key components are built into the kernel and not as modules. Our key 48 48 components are console/video, disk, and network. With out these built in our 49 system will not function properly.</para></note> 49 system will not function properly. If your concerned about disk space, your kernel 50 should be without modules.</para></note> 50 51 51 52 <screen os="g"><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.