EvilZone

General Tech => Operating System => Topic started by: nuxious on July 05, 2012, 03:03:06 PM

Title: Is it possible to make a modyfied/own Os ?
Post by: nuxious on July 05, 2012, 03:03:06 PM
Hi Guys, This is my 1st post here  8) . is there any way to make or create our own or modified os like Matriux or win7 with preinstalled hacking tools ???
  Give me Your sugestions
   

and Sorry for my v.bad english ;)
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: Kulverstukas on July 05, 2012, 10:29:22 PM
Yes you can. Just google around, there are many articles.
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: NeX on July 05, 2012, 10:38:15 PM
A decent own OS would be a hard task, I guess.. But yeah, modifying an OS is possible.. Linux stuff is open source, ofc it's possible if you have the knowledge.
Windows is too hopeless to modify it actually.. :/ It might be possible, like modifying themes or something XD
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: nuxious on July 06, 2012, 11:14:49 AM
What Type of tools needed for linux creation or modifying
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: puddi on July 06, 2012, 12:28:17 PM
What Type of tools needed for linux creation or modifying
notepad
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: Kulverstukas on July 06, 2012, 02:37:39 PM
Well Dr. Potato is partially right :P
Depends on how you want to modify though, I guess it's possible in every way with linux.
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: iTpHo3NiX on July 06, 2012, 06:21:27 PM
asdf
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: D4rkC10ud on August 30, 2012, 05:23:29 AM
firstly look at MenuetOS - little os wtitten in FASM for both intel architectures (x86, x86-64). FreeDOS is great one too! Anybody can write own OS.
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: techb on August 30, 2012, 06:13:40 AM
Linux from scratch. Lucid even provided an ebook for such endeavors.

notepad
Vi or nano for le *nix. Made me lol btw. Potato your a true hacker lol
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: iTpHo3NiX on August 30, 2012, 08:17:14 AM
asdf
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: jeyanthinath on September 12, 2012, 09:16:57 AM
To create an OS you need to know about the kernel !!!
So learn about Kernel and then you will be able to do what ever you want !!!

The Kernel learning book are available at the E-Book Section ...
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: lucid on September 12, 2012, 09:35:52 AM
Yeah I actually posted two books that would be good for you. One is on LFS and one is on Linux kernels.

Good luck
Title: Re: Is it possible to make a modyfied/own Os ?
Post by: Conch on September 13, 2012, 11:24:13 AM
Windows 7 = No it's closed source.
Like-Windows-7 = Yes with an open source Linux distro which you will modify.

Like others have said, read on the kernel which is what Linux is the base of.
You can create anything you want with open source material.
Use your imagination :)

Give Google a search for "Linux From Scratch" to build a linux OS from the ground up.
If you want to get deeper into Linux mods and writing from source.
Do a Google search for "OS Dev"
Read, read and more read.