Search found 14 matches
- Mon Jun 23, 2014 10:04 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
Best of luck, it's taken Linus (and an army of acolytes) since 1991 to get their OS to the current status. So I'll look forward to your new super secure OS appearing in 2037. Linus? Who is this man? He used an army to program an OS? :lol: Anddd... since 1991? :o maybe he takes so much time because ...
- Mon Jun 23, 2014 9:45 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
I assume when you say hex you mean machine code? Actually a number of us have been able to program the GPU using its instruction set thanks to HH and his work and the folks helping out there, now I believe Broadcom has published that info. The arm instruction set is significantly easier than the x8...
- Mon Jun 23, 2014 7:35 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
Best wishes, Ivan Zilic. I was funy right? :| Butttt.... If I was speak right? :| You know, you have right. I will make a site where i will put my exercises in x86 HEX & ASM. I will sell All my books and things, to have money to eat, and I will keep only my bed, my TV, my cheap China chear , my...
- Sun Jun 22, 2014 11:30 pm
- Forum: Bare metal, Assembly language
- Topic: PiFox - Bare Metal 3D rail shooter written in ARM assembly
- Replies: 13
- Views: 4586
Re: PiFox - Bare Metal 3D rail shooter written in ARM assemb
Just by curiosity, at Imperial College London... there is somebody who knows programming Raspberry Pi in HEX? 

- Sun Jun 22, 2014 11:27 pm
- Forum: Bare metal, Assembly language
- Topic: Programming in Basic on Bare Metal Tutorial 3
- Replies: 33
- Views: 8825
Re: Programming in Basic on Bare Metal Tutorial 3
Is not like Assembler write in BBC BASIC from RISC OS? Is a beeg diference between them?
- Sun Jun 22, 2014 11:14 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
That's why I hate also C, and because of C exist hackers. If I have somebody to help me I can build a server imposible to brake. I will do it anyway starting from next year when I will have enough money to eat, and stay relax. I need only one month to read books of Assembler for x86, one month to ma...
- Sat Jun 21, 2014 11:13 pm
- Forum: Bare metal, Assembly language
- Topic: Programming in Basic on Bare Metal Tutorial 3
- Replies: 33
- Views: 8825
Re: Programming in Basic on Bare Metal Tutorial 3
The link is not available.DexOS wrote: http://www.dex-os.com/DexBasic/Lesson3.htm
- Sat Jun 21, 2014 10:12 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
No, didn't work. :( He have 2 mistake in his tutorial, but I correct them. He said something, but write diferent. Also, he use another functions , not the original asm code from oficial Baking Pi - Lesson 1. The code from his youtube tutorial I write it above. By the way, I format the SD card, I put...
- Sat Jun 21, 2014 7:17 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
Yap! Maybe i will try again when I will find somebody who made already a small OS in ARM. For the moment, I quit. But I will stay in stand'by. Never say never! 10x for help anyway. 

- Sat Jun 21, 2014 3:36 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
So, I'm alone.
Do you know maybe, after GPU load the boot sector into adress 0x8000, who will execute the code from memory adress 0x8000, the GPU or CPU? Because if is execute from the GPU, I can not write code in ARM instruction set, right?

Do you know maybe, after GPU load the boot sector into adress 0x8000, who will execute the code from memory adress 0x8000, the GPU or CPU? Because if is execute from the GPU, I can not write code in ARM instruction set, right?
- Sat Jun 21, 2014 12:47 pm
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
I understand. So, I must to quit programming. I will sell my Raspberry Pi and I wil continue programming with Debug from Windows on x86 processors.
In case u find some good information about WRITING IN HEX ON RASPBERRY PI, please post it here.

In case u find some good information about WRITING IN HEX ON RASPBERRY PI, please post it here.
- Sat Jun 21, 2014 10:39 am
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
Encode your "HEX" stuff to run at 0x8000, save it as kernel.img (preferable in ELF format - look it up). Boot. Seriously, you should look at the Baking Pi tutes, they aren't that difficult and you will pick up ARM code quite quickly if you forget x86 and the way that works. ARM code is on...
- Sat Jun 21, 2014 9:08 am
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Re: Coding in HEX
Actually, I read already the tutorial for Baking Pi – Operating Systems Development, but I didn't understand nothing. I instal that Toolchain, but I never understand how to use it. So I decide to program my Raspberry Pi only in HEX. I want to write an OS impossible to brake, so only in HEX I can see...
- Sat Jun 21, 2014 12:35 am
- Forum: Bare metal, Assembly language
- Topic: Coding in HEX
- Replies: 41
- Views: 11994
Coding in HEX
Hy! Can somebody give me the most simple code in HEX for RPi, model B, ver.2? I want to write it in sector 0 of an empty SD Card, and trying to see if something hapen. The code can be everything: " Switch ON the OK Led ", " Print a character on screen " etc. If is posible to look...