The Wii-OS January 01, 2010 05:28AM | Registered: 13 years ago Posts: 44 |
Re: The Wii-OS January 02, 2010 12:55AM | Registered: 13 years ago Posts: 44 |
Re: The Wii-OS January 02, 2010 10:42PM | Registered: 14 years ago Posts: 5,075 |
Re: The Wii-OS January 03, 2010 04:34AM | Registered: 14 years ago Posts: 444 |
Re: The Wii-OS January 03, 2010 04:41AM | Registered: 14 years ago Posts: 56 |
Re: The Wii-OS January 03, 2010 02:37PM | Registered: 14 years ago Posts: 5,075 |
Re: The Wii-OS January 04, 2010 12:03AM | Registered: 14 years ago Posts: 858 |
Re: The Wii-OS January 04, 2010 08:48PM | Registered: 14 years ago Posts: 5,075 |
Quote
WikiFSX
You could do something involving a Gecko-like hook, I think, but it would be hard.
Re: The Wii-OS January 05, 2010 06:28AM | Registered: 14 years ago Posts: 444 |
Re: The Wii-OS January 05, 2010 10:53PM | Registered: 13 years ago Posts: 44 |
Re: The Wii-OS January 07, 2010 10:11PM | Registered: 13 years ago Posts: 44 |
you could have BootMii/PreLoader Boot The DOL Directly.Quote
g_man
Is this actually possible? I don't think you could call it an operating system, unless it was some of the first code booted. An operating system should run before any other code does. If the wii's operating system code starts, then what is the point. You shouldn't worrie about creating an operating system, which is extreamly hard(trust me, I trying), but instead just useful programs. These are much easier, and you wont be spending months trying to debug them. Also, If you were to create an operating system, you couldn't use ANY premade functions. This means any printf functions. You can't use any libraries. You also can't use php in an operating system, until you have written support for it. This has to be written in C, or maybe assembly. And, if this were a true operating system, then you have a lot more to worrie about now, then about graphics, or an in-game window. Most of this only applies to a real operating system, which is booted before any other code, but it is realativly the same. You could build a single application that would provide yourself access to the applications on an SD card, able to boot wii games, and even have a gui. But you can't call it an OS.
Re: The Wii-OS January 08, 2010 03:38AM | Registered: 14 years ago Posts: 444 |
Re: The Wii-OS January 11, 2010 05:18AM | Registered: 14 years ago Posts: 858 |
Re: The Wii-OS January 11, 2010 12:48PM | Admin Registered: 14 years ago Posts: 5,132 |