引言: 转载自 matthew的日记 http://matthew.3322.org/index.php?action=show&id=4前言
在前面我们已经讲过如何制作软盘上运行的FreeBSD和OpenBSD系统,现在我们来看看如何制作一个运行在软盘上的NetBSD系统。
摘要:呵呵,由于偶在学jsp,所以想起在linux下弄这个了.我用的是jdk的rpm.bin包,安装很简单,tomcat也是binary版本的.在配置java_home时出了点儿问题.就按照好多帖子说的那样配置的啊.......想了想,重启以后能用了,hoho~~~~,下一步就是将apache于tomcat整合,加一个ssl了!改天有时间或者学习累了再搞这个.参考文章:http://blog.blogc......
摘要:ipcsipcs......
制作RAMDISK in KERNEL的NetBSD微系统上一页 ...options memory_disk_hooks options memory_disk_is_root #
force root on memory disk 【程序编程相关:
FC3 下中文输入法的安装】 【推荐阅读:
安装后续工作-fcitx,fc3-hal】options memory_disk_server=1 # 0 readonly 1
writable 【扩展信息:
MINICOM 手册中文版】 options memory_disk_root_size=10000 # size of memory disk, in
blocks options memory_rbflags=0x00 # boot in to multi-user mode
maxusers 48 # estimated number of users # cpu support. at least
one is required. options i386_cpu options i686_cpu # cpu-related
options. options math_emulate # floating point emulation # this
option allows you to force a serial console at the specified # i/o address.
#options consdevname="\"com\"",conaddr=0x3f8,conspeed=9600 # avoid
irq 5 and 7, the most likely cause of problems on modern laptops. options
pcic_isa_intr_alloc_mask=0xff5f # standard system options
options insecure # disable kernel security levels options
rtc_offset=0 # hardware clock is this many mins. west of gmt #options ntp #
ntp phase/frequency locked loop options userconf # userconf(4) support
options pipe_socketpair # smaller, but slower pipe(2) options
malloc_noinline # not inlining malloc saves memory # file systems
file-system ffs # ufs ...
下一页 摘要:几点关于内核编译的常识make modules 只是將 modules 產生在 /usr/src/linux-xxxx 底下。 make modules_install 才會 copy 到 /lib/modules/xxxx 那邊。 mkinitrd 的版本要跟着内核走。旧的要更新。mkinitrd 是制作initrd.img的脚本。initrd-version.img,类似ramdisk,把一段......