| Summary: | Old kernel config lines in handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Valentin Nechayev <netch> |
| Component: | Books & Articles | Assignee: | Marc Fonvieille <blackend> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->blackend I'll take this one. Marc, Whats the status of this PR. I want to start breaking the chapter into a 5.0 && 4.0 section where the kernel config files are on seperate pages. Everything else which is applicable to the build operation will remain the same, except for a few parts which will require either <note>'s or a rewrite area. If you want me to close this PR while I'm doing the work, then assign it to me please and I'll see it done. Thanks! -- Tom Rhodes On Thu, Dec 12, 2002 at 12:33:10PM -0500, Tom Rhodes wrote:
> Marc,
>
> Whats the status of this PR. I want to start breaking the chapter
> into a 5.0 && 4.0 section where the kernel config files are on
> seperate pages. Everything else which is applicable to the build
> operation will remain the same, except for a few parts which will
> require either <note>'s or a rewrite area. If you want me to close
> this PR while I'm doing the work, then assign it to me please and
> I'll see it done.
>
In fact the PR was about old 2.X/3.X kernel config lines in various
chapters not in kernelconfig chapter. I fixed the "problems", I just
forgot to close the PR :)
Marc
State Changed From-To: open->closed Fixed, all 2.X/3.X lines were updated to 4.X and 5.X when it was possible. Thanks. |
Some samples in handbook contain kernel config lines for 2.* branches. 20:06:38:netch@iv:/usr/share/doc/en_US.ISO8859-1/books/handbook>fgrep -w vector book.txt device lpt0 at isa? port? tty irq N vector lptintr device lpt0 at isa? port? tty vector lptintr device fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr handling of the trap vector for the signal trampoline code, and sever The Linux system call vector contains, among other things, a list of Discovered by: Sergey Zaikov <2:5022/5.66> Fix: Trivial. How-To-Repeat: Grep ;)