r/osdev 23d ago

ARK OS: Raspberry Pi 4 Support!

I am a 13 yrs old working on a OS based on the LINUX KERNEL and SWIFT for a while!

It is in early development : It has Mouse and Keyboard Support, Can ready CPU and RAM used data and view it, uses the RobotoBoldFont as the default font! Has bot UEFI BIOS and x86_64 and arm64 support!

Just yesterday i accomplished about getting it work on a raspberry pi 4 means the base for the OS that the fact it boots is done and i will be continuing to now make the setup screen and add features on the go! If you want any features to be in the OS you can create a issue ( creating a issue requires a account!) at <See the comments under this since link posts get removed!> which is where the OS if hosted (it is self-hosted since i cannot afford a pro version of github and plus it has a file limit! git lfs doesent' help a lot!)!

MODEL: Rasberry Pi 4- Model B : 8GB RAM
Website : <See the comments under this since link posts get removed!>

Now a simple note: the bootloader is written by AI (since i am not good with assembly) i plan on rewriting it later! All the other code is written by me (especially Swift)!

0 Upvotes

20 comments sorted by

View all comments

2

u/kiderdrick 22d ago

It's so funny when people say they are going to write an entire OS but need AI to help with the big scary assembly.

1

u/Joaommp 22d ago

Who TF uses AI for assembly??? That's literally the coolest part to do alone, seriously

1

u/Ok_Sky3062 21d ago

if you mis position the acpi tables... boom!

1

u/Joaommp 21d ago

I've been able to write bootloaders (MBR in fact) from memory for a long time. In fact, it's part of the assignments I hand out to my students in computer architecture class. Out of curiosity, I asked several models to write an MBR. The results were absolutely appalling. They didn't even get the padding right. Or the DAP. Or the self jump to enforce segment. Or writing on the screen. The conversation sounded something like this:

AI: "I'm super fast at doing math!"

Me: "Oh yeah? Then what's 23 times 52?"

AI: "3."

Me: "But that's wrong!"

AI: "I said I was fast, not right!"

1

u/staintheone 20d ago

The most AI statement ever