frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

ARKM Kernel: A Custom Built 12 Core 64-Bit Microkernel Architecture with AMP

1•project_silenc•35m ago
I am two types of kernel user; one is Android whose kernel is Linux and second is Windows whose kernel is Windows NT. I can feel the issues both of these have; both fight for stability when something cause system to get crashed and I feels BSOD and this is so annoying when you are working on something harder which needs system to be stable. This same came with me while training an AI model on my own system and Windows get crashed. So, I thought why not to try to build a kernel when never get this issue, but after some time while building I learnt nothing can be 100% stable but then I thought if this is not possible then why not to create a layer of problems which cause system to crash at system level. I had built this ARKM: Advanced Robotics Kernelling Machine, which is a custom built 12 core 64-bit Microkernel architecture with AMP which means Asymmetric Multiprocessing, ACPI which means Advanced Configuration and Power Interface into the core architecture of ARKM and due to this the stability of kernel became sky high. I had used the AMP architecture as follows:

Core 0 (BSP) → Kernel shell, interrupts, global scheduler.

Core 1 → Idle stability loop + diagnostics.

Core 2 → GPU compositor for zero‑latency graphics.

Core 3 → Isolated Ring 3 user‑space applications.

Its Benefits came as: Deterministic performance, no contention, guaranteed responsiveness (e.g., compositor never lags even if apps crash).

Now if I talk about how ACPI changed the architecture then it also follows the steps:

Hardware Discovery → ARKM parses ACPI tables (RSDP, MADT) to locate the Local APIC and enumerate CPU cores.

Power Management → Provides standardized methods for sleep states, CPU throttling, and device power control.

Interrupt Routing → ACPI helps ARKM configure APICs and IOAPICs for multicore interrupt handling.

Scalability → Makes ARKM capable of dynamically waking up Application Processors (APs) and bringing them into 64‑bit long mode.

Now if I talk about the 12 cores architecture it has then there is also a specialty behind it which is also as follows:

Core 0 (BSP) → Kernel shell, interrupts, timers, global scheduler.

Core 1 → Idle loop + diagnostics (keeps stability checks running).

Core 2 → Dedicated compositor (graphics/UI rendering at zero latency).

Core 3 → Ring 3 sandbox apps (user programs run isolated here).

Remaining Cores (4–11) → Can be assigned to parallel workloads, background services, or specialized tasks (e.g., networking stack, storage drivers, AI routines).

I am still building it. My Aim is if I had bought a machine, then it must work according to me. I am also creating it under my future Company AROM so that I don't want to rely on any other kernel.

ARKM is just 2 to 10 KM behind the finish line. ARKM will now come with Full-fledge Kernel and with a Server Kernel with POSIX tech Linux have just for attract the user and developers of Linux on ARKM and we are developing our own also this Linux POSIX architecture will act as bridge between present world and future world.

Support me IF you want to dive into the future tech or want to explore it.

Oracle's $165B New Mexico Data Center Plan Hits a Gas Pipeline Delay

https://oilprice.com/Latest-Energy-News/World-News/Oracles-165-Billion-Data-Center-Plan-Hits-a-Ga...
1•toomuchtodo•6m ago•0 comments

Nextcloud Native client – independent and community-driven

https://nc-native.obiente.dev/
1•butz•7m ago•1 comments

Terminal Themes Tournament

https://terminal-themes-tournament.vercel.app/
1•marcuskaz•9m ago•0 comments

If your agent commits a crime, who is responsible?

https://www.signalbloom.ai/posts/if-your-agent-commits-a-crime-who-is-responsible/
2•GodelNumbering•9m ago•2 comments

Traffic that talks. Visitors that stay anonymous. open source

https://github.com/OpenLabs-so/openanalytics
1•rahulbridge•10m ago•0 comments

Show HN: SwarmSim – Computational simulations of emergent flocking

https://github.com/ninjahawk/swarmsimj
1•ninjahawk1•11m ago•0 comments

This duck has more rizz than you

https://www.youtube.com/watch?v=1LH7sEMCOps
1•ajsioeksncnrifh•13m ago•0 comments

Show HN: A punch clock to help with hourly household workers

https://www.punchy.live/
1•magnetic•17m ago•1 comments

BirdFrame – The birds from your backyard on your Samsung frame

https://github.com/simenf/birdframe
1•simenf•18m ago•0 comments

Show HN: Unixy LLM Client using Git to store converastions, instead SQLite

https://github.com/sib-project/sib
1•hskimse•21m ago•0 comments

Wildfire smoke now bigger prenatal threat than human sources of air pollution

https://insideclimatenews.org/republish/?article=wildfire-smoke-pollution-prenatal-threat
1•lentoutcry•21m ago•1 comments

Microbial DNA under Antarctica offers clues about how Blood Falls came to be

https://www.livescience.com/planet-earth/antarctica/scientists-uncover-big-clue-as-to-how-antarct...
1•gmays•21m ago•0 comments

The Electrocardiogram at 100 Years: History and Future

https://www.ahajournals.org/doi/10.1161/CIRCULATIONAHA.123.065489
1•teleforce•24m ago•0 comments

Europe Cannot Govern AI by Cloud Region Alone: A Architecture for AI Sovereignty

https://zenodo.org/records/21967218
2•sangamdas1982•24m ago•0 comments

Sharing localhost without publishing it: how h5i's P2P sharing works

https://medium.com/@Koukyosyumei/sharing-localhost-without-publishing-it-how-h5is-p2p-sharing-wor...
1•syumei•24m ago•0 comments

The Internet Should Be More Like a Liquor Store

https://loginwithone.com/blog/the-internet-should-be-more-like-a-liquor-store/
2•mikeysight•24m ago•2 comments

The weekend is 100 years old

https://www.theguardian.com/money/2026/aug/16/the-weekend-is-100-years-old-skiveday-fridays-and-h...
5•lentil_soup•25m ago•0 comments

I stopped my Claude Code subagents from running on Fable instead of Sonnet

https://thomas-witt.com/blog/blog-subagent-model-pin/
1•thomas_witt•26m ago•0 comments

Keemate – a modular AI keypad that runs commands in any app, on any model

https://www.keemate.com/
1•mansouriphp•29m ago•0 comments

Beyond Demo Day: Sorting and Value Added in Startup Accelerators [pdf]

https://www.nber.org/system/files/working_papers/w35063/w35063.pdf
1•nlpnerd•31m ago•0 comments

Ask HN: AI-Contributor-Only Projects?

1•alastairr•31m ago•0 comments

KeyLab – Browser-based Thales payShield 10K simulator and crypto tools

https://keylab.cloud/
1•thiago-alonso•33m ago•0 comments

ARKM Kernel: A Custom Built 12 Core 64-Bit Microkernel Architecture with AMP

1•project_silenc•35m ago•0 comments

Building as gardening

https://productidentity.co/p/building-as-gardening
1•shanib•36m ago•0 comments

Per-developer environments were the goal. Agents moved the goalposts

https://thenewstack.io/new-tenant-is-change/
1•Brajeshwar•37m ago•0 comments

eBay Consignment is down after consignment facility sold to rival

https://www.ecommercebytes.com/C/blog/blog.pl?/pl/2026/8/1786850097.html
3•ilamont•38m ago•0 comments

The case against a C alternative (2022)

https://c3.handmade.network/blog/p/8486-the_case_against_a_c_alternative
2•theanonymousone•38m ago•0 comments

St Lucie Nuclear Reactor Unit 1 manually shutdown, 3 control rods drop into core

https://www.wptv.com/news/treasure-coast/region-st-lucie-county/saint-lucie-nuclear-power-plant-u...
1•toomuchtodo•40m ago•0 comments

Show HN: I built the ultimate RSS directory

https://rssamplifier.com/crawlstats
2•buffer_overlord•40m ago•0 comments

Show HN: Job listings scraped daily from 8k company career pages

https://github.com/trylynceus/jobs
2•omar_bouaziz•42m ago•0 comments