Why not use gbalib(c languaje) included with devkitpro?dak91 wrote:great, an arm project! (I had started to port my os for gba)Nathan wrote:Here is my simple OS made just for OSDev:
And here is the code:Code: Select all
.arm .text .align 4 .global main main: mov r0, #0x4000000 mov r1, #0x400 add r1, r1, #3 strh r1, [r0 mov r0, #0x6000000 ldr r1, =pic mov r2, #0x960 loop1: ldmia r1!, { r3,r4,r5,r6,r7,r8,r9,r10 } stmia r0!, { r3,r4,r5,r6,r7,r8,r9,r10 } subs r2, r2, #1 bne loop1 infin: b infin .ltorg pic: .incbin "pic.bin"
GBA arch (was "What does your OS look like? (Screen Shots..)")
GBA arch (was "What does your OS look like? (Screen Shots..)")
Re: GBA arch (was "What does your OS look like? (Screen Shot
Wait, how is this an operating system?
I thought an operating system was "a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer" (http://en.wikipedia.org/wiki/Operating_system).
I thought an operating system was "a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer" (http://en.wikipedia.org/wiki/Operating_system).
In this case, it wouldn't matter much, but for anything serious, acceptable performance requires assembler. The GBA's CPU runs only at 16.78 MHz.Why not use gbalib(c languaje) included with devkitpro?
Re: GBA arch (was "What does your OS look like? (Screen Shot
In my opinion as long as it does something with out need of an OS, (just its self) It is an OS, it IS Operating the System is it not?Gigasoft wrote:Wait, how is this an operating system?
I thought an operating system was "a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer" (http://en.wikipedia.org/wiki/Operating_system)..
My hero, is Mel.
Re: GBA arch (was "What does your OS look like? (Screen Shot
No, what he wrote was more of a demo. You should know these well, coming from Fasm Board.Wikipedia wrote:An operating system (OS) is a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer.
I chose a stupid nick for OS Dev's forum.
Re: GBA arch (was "What does your OS look like? (Screen Shot
Oopss, sorry, i pressed New Topic Button..., xD, this was a reply of the Os ScreenShoots... sorry...
-
- Member
- Posts: 127
- Joined: Sat Sep 29, 2007 5:43 pm
- Location: Amsterdam, The Netherlands
Re: GBA arch (was "What does your OS look like? (Screen Shot
No, some moderator split off this thread from the original thread (and accidentally forgot some replies whilst he was doing that).Almamu wrote:Oopss, sorry, i pressed New Topic Button..., xD, this was a reply of the Os ScreenShoots... sorry...
Regards,
Stephan J.R. van Schaik.