a********e 发帖数: 508 | 1 恩
好像busybox的message都disable了,搞得是哪出错了都不知道 |
|
a********e 发帖数: 508 | 2 俺就是想装optware未果啊。。。哭
busybox是自带的 |
|
k***e 发帖数: 7933 | 3 busybox installed on a router, no rsync |
|
G*****e 发帖数: 48 | 4 no, I download a kernel 2.6.31.16 and build a simple busybox for omap3. Then
i need to use a usb drive and its driver module's version is unknown from a
tarball.
By the way, how do you know it is the version incompatiable problem? I would
assume that these time are only some minor version difference. Most of the
kernel symbol should be identical. What is the concept for this "module_
layout" and "NO symbol version". I would think there are some discrepancy
between the two version and should not |
|
d********g 发帖数: 10550 | 5 工作:Gentoo,这个是被迫用
笔记本:Win7 + Arch Linux in VirtualBox,无缝模式,感觉不出是两个系统
路由器:kernel + BusyBox
DockStar:Plugbox Linux(Arch Linux的ARM移植)
手机:N900(Maemo,Debian移植)+ TP2(和N900比就是一坨X,真想一把火烧了)
hosting:Debian
VPS:Debian/Ubuntu/Gentoo/Arch
感觉灵魂都得到升华了 |
|
q**d 发帖数: 16 | 6 seems like your telnetd was complied to run as server and accept connections
- it doesn't work with inetd unless there is option to specify or re-
compile as default to be invoked by inetd |
|
b**r 发帖数: 352 | 7 problem solved:
changed inetd.conf to this:
telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i
the -i option is so called inetd mode.
work |
|
t*******y 发帖数: 1289 | 8 看看uClinux能不能吧
或者自己配2.4的kernel+busybox |
|
s****n 发帖数: 786 | 9 当然可以,buildroot+uclibc+busybox轻松到300k,按lz的要求减100k太容易了。
Vxworks, Nucleus, ThreadX,QNX,这些kernel最小可以只有6-8k,Linus应该后悔没有
实现微内核。
编译后几百 K的C源代码怎么也有两三万行吧,你随便写写也忒厉害了。 |
|
z****g 发帖数: 339 | 10 看linuxtoy的介绍 http://linuxtoy.org/archives/javascript-pc-emulator.html
如何实现的:
作者 Fabrice Bellard 使用 JavaScript 编写了一个简单的 PC 模拟器,包含32
位 x86 兼容 CPU、8259 可编程中断控制器、8254 可编程中断计时器
实现 16450 UART 串口设备
用 JavaScript 实现一个终端
编译包含 FPU 模拟的 Linux 内核镜像。
使用 Buildroot 创建文件系统并在启动时载入 RAM。
添加基本工具集 BusyBox,微型 C 编译器 TinyCC,以及迷你编辑器 QEmacs
根据作者的描述,该模拟器的初衷是了解现在 JavaScript 引擎的工作,尤其是
Firefox 4 的 Jaeger Monkey 和 Chrome 的 V8,这个探索的结果,可以被用来:
通过 Linux 的启动时间反应浏览器的 JavaScript 性能。(作者说目前在 Firefox
4 下比 Chro... 阅读全帖 |
|
w*s 发帖数: 7227 | 11 no rsyslog, this is pure kernel for embedded system,
only basic stuff and busybox.
咪咪你是好人,现在工作挣钱不容易,真的谢谢了。 |
|
u*********r 发帖数: 2735 | 12 check busybox code, syslog may go to udp socket |
|
w*s 发帖数: 7227 | 13 we cannot change busybox code for license issue,
so just live with it ... |
|
w*s 发帖数: 7227 | 14 it does look like arp issue.
but in this embedded arm board,
we use busybox for arp,
if i do "arp -d ipaddr -i eth0", the entry is still there.
if i do "ifconfig eth0 down", the entry will be gone.
but this is too heavy.
any suggestions why "arp -d" is not working ?
is this the bug in the ethernet driver ?
(btw, i tried to move cable in linux desktop, the arp entry
is gone as soon as i move the cable.) |
|
w*s 发帖数: 7227 | 15 # udhcpc --help
BusyBox v1.18.4 (2011-09-06 10:46:51 EDT) multi-call binary.
Hi, for some reason i cannot renew the lease.
root# udhcpc -i eth0 -s ./udhcpc.script -p eth0.pid -b
yes i got the ip address etc.
in udhcpc.script i put echos in the beginning so i know it get called
now since udhcpc is up running for eth0, i do this,
root# cat eth0.pid, i get 869
root# /bin/kill -SIGUSR1 869
nothing happened, no print from udhcpc.script
what did i do wrong pls ?
do i have files missing ? |
|
a**********k 发帖数: 1953 | 16 Re.
用x86的都被那些distro惯坏了
多年前玩过一个PPC的系统, 都是自己改驱动器,编译
kernel, 连带busybox,libc一整套toolchain都要
自己编译搞定。 |
|
r****y 发帖数: 26819 | 17 哈哈,混血儿出来了:
UbuntuBSD 16.04首个Beta版本发布,。该版本名为“A New Hope”,基于Canonical的
Ubuntu 16.04 LTS(Xenial Xerus) GNU/Linux 发行分支,并借鉴了来自于FreeBSD 10.
3操作系统的内核。Xfce依然是默认桌面环境,系统提供了基于OpenRC和BusyBox的全新
初始化系统。下载:http://t.cn/RGDM5VU |
|