Linux 0.0.1

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
edy42

Linux 0.0.1

Post by edy42 »

Has anyone had any experience compiling Linux 0.0.1? Is there anyway to compile it on a modern linux machine (i.e. Slackware 9)? Thanks.
prabuinet

RE:Linux 0.0.1

Post by prabuinet »

u just make a phone call to Linus Torvalds
Seraph9

RE:Linux 0.0.1

Post by Seraph9 »

Yep,
I have compiled Linux 0.0.1 but only after I modified the source a lot. The problem is,

1) new GCC versions don't support the old linux source code (Especially that inline assembly is incompatible with the new standards). You also need to modify the makefile to remove obsoleted options.
2) It was written in a minix env and the build tool utilises it.

Frankly speaking, after the whole experience I would say its not worth the effort trying to modify 0.0.1 just to get it compiled and see it run. There are many amateur projects far better then 0.0.1 or you might want to start with linux 1.0 or any subsequent versions. But if you are out to experience the evolution of linux, Good Luck :).

Vivek
hehe

RE:Linux 0.0.1

Post by hehe »

Post Reply