Originally posted by Hi-Angel
View Post
Google Working On New "Fuchsia" Operating System, Powered By Magenta / LK Kernel
Collapse
X
-
Originally posted by duby229 View Post
They get to run code before the linux kernel even gets loaded.
Leave a comment:
-
-
Originally posted by droidhacker View Post
Android devices, in particular, QUALCOMM Android devices, have been running Little Kernel since the HTC DREAM back in 2008.
The version of the LINUX kernel that you are running has nothing at all to do with Little Kernel.
Bootloader chain;
PBL --> SBL1 --> SBL2 --> TZ --> SBL2 --> SBL3 --> LK --> Linux
Leave a comment:
-
-
Originally posted by Hi-Angel View PostMhm, mine have version 3.4, and I doubt that 15M lines is little enough :Ь
More over, LK modules are incompatible with Linux ones. And, given there's a bunch of peoples hacking around to have Cyanogen Mode up and running on new phones, plus manufacturer's programmers, who needs to know what API they programming for, the world would have know about the new kernel quickly.
The version of the LINUX kernel that you are running has nothing at all to do with Little Kernel.
Bootloader chain;
PBL --> SBL1 --> SBL2 --> TZ --> SBL2 --> SBL3 --> LK --> Linux
Leave a comment:
-
-
Most interesting thing I found out from this: it uses Flutter, a framework to develop Android/iOS apps from Google (using Dart). This project has been flying under everyone's radar, but it looks like finally we are seeing Google reacting and making something better than the current tools to develop for Android (Java, Android SDK).
Leave a comment:
-
-
Rust has been found in the source code.
Leave a comment:
-
-
Originally posted by droidhacker View PostJust a little bit of information that most people here would probably benefit from knowing about.... your Android phones most likely *already run* littlekernel.
aboot (multi-boot loader), and fastboot are applications that run on littlekernel.
https://source.codeaurora.org/quic/l...tree/app/aboot -- note that "lk" == "littlekernel".
More over, LK modules are incompatible with Linux ones. And, given there's a bunch of peoples hacking around to have Cyanogen Mode up and running on new phones, plus manufacturer's programmers, who needs to know what API they programming for, the world would have know about the new kernel quickly.
Leave a comment:
-
-
Just a little bit of information that most people here would probably benefit from knowing about.... your Android phones most likely *already run* littlekernel.
aboot (multi-boot loader), and fastboot are applications that run on littlekernel.
https://source.codeaurora.org/quic/l...tree/app/aboot -- note that "lk" == "littlekernel".
Leave a comment:
-
-
From what I can tell, it's a microkernel with object abstractions that's compiled against musl and uses the ChromeOS userland.
It was probably approved when Google saw how trivially Microsoft implemented the linux syscalls and managed to run so much of ubuntu in such a short amount of time.
Leave a comment:
-
Leave a comment: