Should we have architecture specific sub-forums?
-
- Member
- Posts: 595
- Joined: Mon Jul 05, 2010 4:15 pm
Should we have architecture specific sub-forums?
Many questions here are regarding how deal and setup the HW for different architectures, often x86 related. That raises the question if we should have sub-forums in OS-development for architecture specific questions. This would also make it easier to search for architecture specific topics.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Should we have architecture specific sub-forums?
Probably not. It should suffice to just mention the architecture in the subject if it's really relevant. I think this sort of categorization is much more important for the wiki.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Should we have architecture specific sub-forums?
Probably not.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Should we have architecture specific sub-forums?
Contradiction?Many questions here are regarding how deal and setup the HW for different architectures, often x86 related.
The amount of topics on non-x86 is neglegible. There are however quite a few topics crossing the 16-32 bit border or the 32-64 bit border so a division would not help there.
And then there's the general no for the administrative pressure it brings.
Re: Should we have architecture specific sub-forums?
Enter 32bit mode, requires the use of 32bit registers and the 32bit GDT, as well as setting up segments accordingly. versus the few lines of code that are in 16bit. I'd say it would belong more in the 32bit erea. While as the real mode crap, would be filled with more hello world bios ints and things.Combuster wrote:There are however quite a few topics crossing the 16-32 bit border or the 32-64 bit border so a division would not help there.
My hero, is Mel.
Re: Should we have architecture specific sub-forums?
Coty wrote:Enter 32bit mode, requires the use of 32bit registers and the 32bit GDT, as well as setting up segments accordingly. versus the few lines of code that are in 16bit. I'd say it would belong more in the 32bit erea. While as the real mode crap, would be filled with more hello world bios ints and things.
It almost is like your saying real mode is just something easy to do. I don't know what real mode "Crap" you have seen, but they probably weren't really operating systems.
Its easy if your goal is small and simple.
- xenos
- Member
- Posts: 1118
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: Should we have architecture specific sub-forums?
Architecture specific sub-forums would be nice if we had like 5-10 active discussions about ARM / MIPS / PPC / whatever, with a few posts on each of these topics every day. It would certainly be fun if we had this kind of activity, with people discussing things like embedded development, how to write an OS for their router / satellite receiver / game console / development board, ARM / MIPS memory management and caches... But unfortunately this doesn't seem to be the case. Most people here are discussing x86 development only, or general issues such as compiler toolchains. At the current activity level it really wouldn't make much sense to have architecture specific sub-forums (even though I think it's a pity).
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Should we have architecture specific sub-forums?
Maybe raspberries will change that
Re: Should we have architecture specific sub-forums?
Only after they lift the "one order per person" limit. My first one is destined to labor as firewall / proxy / net nanny for my home network...
Every good solution is obvious once you've found it.
Re: Should we have architecture specific sub-forums?
I'm waiting for the cased version. I bought a bb previously without a case and won't do the same mistake again.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
- xenos
- Member
- Posts: 1118
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: Should we have architecture specific sub-forums?
When I told my boss I was going to Cebit this year, he asked me to "buy a few Raspberry PIs" for our students. I had to tell him that it's not that easy...
I guess my first one will simply aid me in learning ARM assembly and a bit hardware hacking of the BCM2835
I guess my first one will simply aid me in learning ARM assembly and a bit hardware hacking of the BCM2835
Re: Should we have architecture specific sub-forums?
You aren't looking hard enough.Coty wrote:How often do you see any serious realmode OSes on this board that actually go anywhere? Seriously? Most of what I see is "help my print hello world", or "boot loader hangs???? help!", or "NASM WONT COMPILE MY BOOT LADER!". Maybe evernow [sic] and then a somewhat cool thing, or a half finished DOSish [sic] clone.
"32 bit GDT" implies the GDT structure itself is 32 bits. If this wasn't the point, then why did you write it that way? The GDT is a very simple data structure -- I would not qualify it as an argument that "real mode is easier". Real mode has its own set of challenges due to its limitation not seen in protected and long modes.Coty wrote:That wasn't the point. The point was, that the GDT needed to successively enter 32pmode, is a magor part of the 32bit pmode environment, have you seen such used in RM?
Back on topic -- I like the idea of architecture specific sub forums provided the need for it. The demand for it just is not there; most of the threads are dependent on x86 or x86-64 alone. Perhaps if the demand increases through more non-x86 threads it will be a good idea: Not just for the forums, but the Wiki as well.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
Re: Should we have architecture specific sub-forums?
http://www.geek.com/articles/gadgets/mo ... -20120321/Jezze wrote:I'm waiting for the cased version. I bought a bb previously without a case and won't do the same mistake again.
Re: Should we have architecture specific sub-forums?
I like the idea. Especially if there could be a real-mode (and possibly segmented protected mode) sub-forum where off-topic ramblings about emulating these environments instead of doing the real thing could be instantly deleted.
It's been claimed previously that it is not allowed to talk about these topics in the general forum, which makes the case for sub-forums on these topics stronger, where 64-bit, ARM and flat mode is not allowed to even be mentioned!
It's been claimed previously that it is not allowed to talk about these topics in the general forum, which makes the case for sub-forums on these topics stronger, where 64-bit, ARM and flat mode is not allowed to even be mentioned!
Re: Should we have architecture specific sub-forums?
Yeah, we could then have a subforum for RTOS embedded systems like the Atmel AVR which do not have MMUs.
Get back to work!
Github
Github