Update links in the index.html
This commit is contained in:
62
index.html
62
index.html
@@ -54,7 +54,7 @@ Happy Chinese Spring Festival!
|
||||
<LI>2019-02-08<BR>
|
||||
Time flies, it's flying fast, and it's been two years till now. The latest Chinese revision, the Fifth revision of
|
||||
the book:"<Font Color=Red>A Heavily Commemted Linux Kernel Source Code</Font>" is now <A
|
||||
href=download/CLK-5.0-WithCover.pdf>HERE</A>, and, more importantly, the <Font Color=Red>English
|
||||
href=https://download.oldlinux.org/CLK-5.0-WithCover.pdf>HERE</A>, and, more importantly, the <Font Color=Red>English
|
||||
version</font> of the book is also given <A href=https://download.oldlinux.org/ECLK-5.0-WithCover.pdf>HERE</A>. After nearly one
|
||||
year of translation, the English version of this book has finally been completed. Of course, there must be
|
||||
translation errors and tipos in the book. I hope you may point them out for me. Finally, thanks Trent Jarvi who helped me a lot,
|
||||
@@ -72,14 +72,14 @@ Happy Chinese Spring Festival!
|
||||
for people to find them easily. Thanks <A
|
||||
href="http://virtuallyfun.superglobalmegacorp.com/?author=1"> Neozeed </A>.
|
||||
And during this period of time, I also find some valuable old things. The first is
|
||||
the source code of <A href="http://oldlinux.org/Linux.old/libs/libc/libc-0.1x/"> lib-0.12 </A>
|
||||
the source code of <A href="https://github.com/oldlinux-web/oldlinux-files/tree/master/libs/libc/libc-0.1x/"> lib-0.12 </A>
|
||||
for kernel 0.12. The other is the full ancient Linux system using kernel 0.98 patchlevel 1 released early by SLS,
|
||||
<A href="http://oldlinux.org/Linux.old/distributions/SLS/sls-1992.11.zip"> the 0.98pl1 system </A>.
|
||||
<A href="https://github.com/oldlinux-web/oldlinux-files/tree/master/distributions/SLS/sls-1992.11.zip"> the 0.98pl1 system </A>.
|
||||
|
||||
<LI>2010-06-28<BR>Well, since the ebook <A
|
||||
href="http://oldlinux.org/download/clk011c-2.0.1.pdf">clk011c-2.0.1.pdf </A>on
|
||||
href="https://download.oldlinux.org/clk011c-2.0.1.pdf">clk011c-2.0.1.pdf </A>on
|
||||
the net, I have already present its next version <A
|
||||
href="http://www.oldlinux.org/download/clk011c-3.0.pdf">clk011c-3.0.pdf</A>
|
||||
href="https://download.oldlinux.org/clk011c-3.0.pdf">clk011c-3.0.pdf</A>
|
||||
here in the last year. This is only a remark of it. Again, it's in Chinese,
|
||||
Sorry!:)
|
||||
<LI>2008-10-21<BR>After the book (based on kernel 0.12) published in Taiwan in
|
||||
@@ -91,7 +91,7 @@ Happy Chinese Spring Festival!
|
||||
we moved to the other new forum (Discuz!) programmed using PHP + MySQL. We
|
||||
have done corrections to the ebook a lot. So we now present the new version of
|
||||
the ebook here: <A
|
||||
href="http://oldlinux.org/download/clk011c-2.0.1.pdf">clk011c-2.0.1.pdf
|
||||
href="https://download.oldlinux.org/clk011c-2.0.1.pdf">clk011c-2.0.1.pdf
|
||||
</A>(V2.0.1). We hope you like it.
|
||||
<LI>2006-08-09<BR>Moving to the new forum smoothly. Updated the Leo BBS
|
||||
package (LB5000XP) to the current version <A
|
||||
@@ -134,7 +134,7 @@ Happy Chinese Spring Festival!
|
||||
href="http://www.linuxsymposium.org/2005/linuxsymposium_procv2.pdf">Volume
|
||||
2</A>.
|
||||
<LI>2005-03-13<BR>Here is a good paper <A
|
||||
href="http://oldlinux.org/Linux.old/study/Ref-docs/Linux011-Mem-YuanYi.pdf">"Memory
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/study/Ref-docs/Linux011-Mem-YuanYi.pdf">"Memory
|
||||
Management under Linux 0.11"</A> written by Yuan Yi. This paper describes all
|
||||
codes in Linux 0.11 relating to memory management. It describes the
|
||||
relationship betweens these code, including the algorithms of allocation &
|
||||
@@ -145,34 +145,34 @@ Happy Chinese Spring Festival!
|
||||
Two tasks multitasking in level 3. But they are coded as part of the 'kernel'
|
||||
source code, same as task0 & task1 in Linux system. It has got one 'system
|
||||
call' to display character on the screen. Download the <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.00-041217.zip">linux-0.00-041217.zip</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.00-041217.zip">linux-0.00-041217.zip</A>
|
||||
running under bochs, or the <A
|
||||
href="http://oldlinux.org/Linux.old/kernel/0.00/linux-0.00-041217.tar.gz">source
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/kernel/0.00/linux-0.00-041217.tar.gz">source
|
||||
code</A> for it.<BR>"it switched between two processes that printed AAAA...
|
||||
and BBBB... respectively by using the timer-interrupt - Gods I was proud over
|
||||
that" --- Linus Torvalds
|
||||
<LI>2004-09-29<BR>To facilitate the understanding of the source file
|
||||
kernel/blk_drv/ramdisk.c of the Linux 0.11, a integrated image file <A
|
||||
href="http://oldlinux.org/Linux.old/images/bootroot-0.11">bootroot-0.11</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/images/bootroot-0.11">bootroot-0.11</A>
|
||||
has been built, which incoorperates the kernel boot image with a small MINIX
|
||||
rootfs in the same one diskette image file. You can boot the Linux 0.11 system
|
||||
to the shell command prompt with only one diskette. You can also download the
|
||||
bootroot package with experiment parts files from <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/bootroot-0.11-040928.zip">bootroot-0.11-040928.zip</A>
|
||||
in the <A href="http://oldlinux.org/Linux.old/bochs/">/Linux.old/bochs/
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/bootroot-0.11-040928.zip">bootroot-0.11-040928.zip</A>
|
||||
in the <A href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/">/Linux.old/bochs/
|
||||
directory</A>.
|
||||
<LI>2004-09-28<BR>Many people want to boot the Linux 0.11 system from harddisk
|
||||
image file (e.x. hdc-0.11.img). A new Linux 0.11 developement system <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.11-devel-040923.zip">linux-0.11-devel-040923.zip</A>,
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.11-devel-040923.zip">linux-0.11-devel-040923.zip</A>,
|
||||
which uses the special boot software <A
|
||||
href="http://oldlinux.org/Linux.old/bin-src/shoelace.tar.Z">shoelace</A> to
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bin-src/shoelace.tar.Z">shoelace</A> to
|
||||
boot from hd image file, has been built. To boot with the shoelace software, a
|
||||
trick should be played with in the partition table of harddisk image file. So
|
||||
this new Linux 0.11 system got a new hd image file with 127MB in size.
|
||||
<LI>2004-09-02<BR>To accommodate with the experiments in chapter 14 in the
|
||||
ebook, always use the latest image file releases for bochs. The latest
|
||||
Linux-0.11-devel package is <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.11-devel-040809.zip">linux-0.11-devel-040809.zip</A>.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.11-devel-040809.zip">linux-0.11-devel-040809.zip</A>.
|
||||
|
||||
<LI>2004-05-21<BR>Added bookmark function to the book of v1.9.5 version.
|
||||
corrected page number errors. The book name is still the same. The "big"
|
||||
@@ -183,7 +183,7 @@ Happy Chinese Spring Festival!
|
||||
to this new version and a new chapter (ch14) is added too.Thank you all
|
||||
friends that help me to improve the correctness & quality of the book. You
|
||||
can now download this new release <A
|
||||
href="http://oldlinux.org/download/clk011c-1.9.5.pdf">here (pdf) </A>. You can
|
||||
href="https://download.oldlinux.org/clk011c-1.9.5.pdf">here (pdf) </A>. You can
|
||||
also download it from in the BBS. BTW, with the help from many kind friends,
|
||||
I'll do my best to translate it into english. Thank you!
|
||||
<LI>2004-05-14<BR>The MINIX-386 system can, now, run under the Bochs emulation
|
||||
@@ -193,7 +193,7 @@ Happy Chinese Spring Festival!
|
||||
the Bochs does not support. So I refers to the modification of freebird
|
||||
(wsx00000 at sina.com.cn), add several lines of code to replace the DOS int.
|
||||
Now the <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/MINIX-1.5-040514.zip">MINIX-386</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/MINIX-1.5-040514.zip">MINIX-386</A>
|
||||
can run smoothly under Bochs. Thanks freedird!
|
||||
<LI>2004-05-12<BR>These days I start translating the book into english because
|
||||
some friends intended me to do so. As my english is so poor I am afraid I
|
||||
@@ -228,9 +228,9 @@ Happy Chinese Spring Festival!
|
||||
Linux-0.11 system. Today I release the new one. The BIG enhancement is that it
|
||||
contains a gcc 1.40 compiling environment. You can use it to compile kernel
|
||||
source in the /usr/src/ directory. The name of this release is <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.11-devel-040329.zip">linux-0.11-devel-040329.zip</A>.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.11-devel-040329.zip">linux-0.11-devel-040329.zip</A>.
|
||||
Also configured for use in bochs environment. The zipped system is in the <A
|
||||
href="http://oldlinux.org/Linux.old/distributions/OldLinux/">/Linux.old/distributions/OldLinux/</A>directory.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/distributions/OldLinux/">/Linux.old/distributions/OldLinux/</A>directory.
|
||||
Download it & have a try!
|
||||
<LI>2004-04-22<BR>There was a paper titled "LINUX--a free unix-386 kernel"
|
||||
written by Linus Torvalds in October 1991. This 8-paged file was written when
|
||||
@@ -241,7 +241,7 @@ Happy Chinese Spring Festival!
|
||||
Hurd at that time. It's too big for the newbies to learn & understand. So,
|
||||
this is why I pick up Linux kernel 0.1x again and rebuild the related running
|
||||
system.... Now you can download and read this <A
|
||||
href="http://oldlinux.org/Linux.old/Linux-0.01/docs/Linux.pdf">paper</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/Linux-0.01/docs/Linux.pdf">paper</A>
|
||||
again. JUST FOR FUN or learning something from it. Enjoy.
|
||||
<LI>2004-04-19<BR>Due to the unknown problems with the old server, this site
|
||||
was unstable and finally shuted. Now we are moving to another server and
|
||||
@@ -252,42 +252,42 @@ Happy Chinese Spring Festival!
|
||||
<LI>2004-03-27<BR>I spent a whole day modifying the syntax of kernel 0.11
|
||||
source code for compiling under Redhat 9 system. Now its working with the
|
||||
root-0.11 Image file. The file name is <A
|
||||
href="http://oldlinux.org/Linux.old/kernel/0.1x/linux-0.11-040327-rh9.tar.gz">linux-0.11-040327-rh9.tar.gz</A>.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/kernel/0.1x/linux-0.11-040327-rh9.tar.gz">linux-0.11-040327-rh9.tar.gz</A>.
|
||||
The diff file is <A
|
||||
href="http://oldlinux.org/Linux.old/kernel/0.1x/linux-0.11-040327-rh9.diff.gz">here</A>.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/kernel/0.1x/linux-0.11-040327-rh9.diff.gz">here</A>.
|
||||
You can also download the compiled Image file <A
|
||||
href="http://oldlinux.org/Linux.old/images/Image-0.11-040327-rh9">Image-0.11-040327-rh9</A>.
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/images/Image-0.11-040327-rh9">Image-0.11-040327-rh9</A>.
|
||||
|
||||
<LI>2004-03-23<BR>Built bash 1.05 with no job control for the orignal
|
||||
bootimage-0.11 image file. The orignal bootimage-0.11 means it was compiled
|
||||
without any modification to the source code of kernel 0.11. This bootimage
|
||||
file <A
|
||||
href="http://oldlinux.org/Linux.old/images/rootimage-0.11.Z">rootimage-0.11.Z</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/images/rootimage-0.11.Z">rootimage-0.11.Z</A>
|
||||
can be downloaded from the Learning materials directory.
|
||||
<LI>2004-03-20<BR>We found an old linux version <A
|
||||
href="http://oldlinux.org/Linux.old/kernel/linux-0.11-pre.tar.Z">linux-0.11-pre</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/kernel/linux-0.11-pre.tar.Z">linux-0.11-pre</A>
|
||||
on tytso's archived website. Its release date was 91.12.03. I havn't test it.
|
||||
<LI>2004-03-06<BR>Added mount/umount and mtools in the <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.11-040305.zip">linux-0.11</A>
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.11-040305.zip">linux-0.11</A>
|
||||
system. Now you can mount/umount any MINIX 1.x filesystem and change data from
|
||||
within DOS diskettes. Built 0.11 and 0.12 boot/root image files. Now they are
|
||||
in the <A href="http://oldlinux.org/Linux.old/images/">Learning Materials</A>
|
||||
in the <A href="https://github.com/oldlinux-web/oldlinux-files/tree/master/images/">Learning Materials</A>
|
||||
directory.
|
||||
<LI>2004-03-04<BR>Created a true linux <A
|
||||
href="http://oldlinux.org/Linux.old/bochs/linux-0.11-040304.zip">kernel 0.11
|
||||
href="https://github.com/oldlinux-web/oldlinux-files/tree/master/bochs/linux-0.11-040304.zip">kernel 0.11
|
||||
system</A> in bochs.
|
||||
<LI>2004-02-23<BR><A
|
||||
href="http://oldlinux.org/download/MINIX15.img.tar.gz">MINIX-386 Harddisk
|
||||
href="https://download.oldlinux.org/MINIX15.img.tar.gz">MINIX-386 Harddisk
|
||||
clone</A> (210MB RAR to 96MB), ghost format. The environment that Linus
|
||||
developped linux system. The hard disk parameters are: cyls=685, hds=16,
|
||||
sects=38. Username/Passwd: root/root.
|
||||
<LI>2004-02-07<BR>Added three sub discussion board for Free Software Projects.
|
||||
|
||||
<LI>2004-01-06<BR>Rebuilt the linux 0.1x rootimage disk: <A
|
||||
href="http://oldlinux.org/download/rootimage-0.12.Z">rootimage-0.12.Z</A>(812KB).
|
||||
href="https://download.oldlinux.org/rootimage-0.12.Z">rootimage-0.12.Z</A>(812KB).
|
||||
It can also be used with bootimage-0.95.
|
||||
<LI>2004-01-04<BR>Create a linux 0.1x kernel system used in bochs:<A
|
||||
href="http://oldlinux.org/download/linux-0.1x.zip">linux-0.1x.zip</A> (2MB).
|
||||
href="https://download.oldlinux.org/linux-0.1x.zip">linux-0.1x.zip</A> (2MB).
|
||||
<LI>2003-12-18<BR>If you cannot login the BBS correctly, please use the link<A
|
||||
href="http://www.oldlinux.org/cgi-bin/leoboard.cgi">http://www.oldlinux.org/cgi-bin/leoboard.cgi</A>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user