Creating an OS using the Linux kernel

I have been looking for the past few weeks on how to create an OS.

I also read questions about how to make the OS such. What are the resources to get started in developing the operating system? .

I want to create an OS using the #Linux kernel, which loads and just shows the browser in full screen. Basically I want to do something like #firefox OS.

There are several OSs with similar concepts, such as #justbrowsing http://justbrowsing.info/ and #browserlinux

I also researched at #Linux From Scratch http://www.linuxfromscratch.org/index.html . But #LFS is not what I want.

I do not want a full OS to handle all circumstances, situations and errors. To start my project, I want to create an OS with the #Linux kernel.

+4
source share
2 answers

In addition to yacto projects and open-embedded, I would recommend buildroot

Buildroot - Make , Linux. Buildroot - toolchain, , . Buildroot , (x86, ARM, MIPS, PowerPC ..): -.

+4

, , , ..

, FirefoxOS, , . :

boot2gecko (b2g) , :

Gonk - Linux/Android, , ADB (Android Debug Bridge).

Gecko - - ( , Javascript ..). ? webkit/blink gecko.

Gaia - Javascript .

, , , .:)

+2

All Articles