Poll to see what type of kernel model we're all developing
- KrnlHckr
- Member
- Posts: 36
- Joined: Tue Jul 17, 2007 9:16 am
- Location: Washington, DC Metro Area
- Contact:
Poll to see what type of kernel model we're all developing
Hey everyone!
The thread with all our screenshots was really fun reading. I'm impressed with all the progress everyone has made on their projects.
I thought I'd start a quick poll to see what kind of kernel model we're developing under.
The thread with all our screenshots was really fun reading. I'm impressed with all the progress everyone has made on their projects.
I thought I'd start a quick poll to see what kind of kernel model we're developing under.
"If your code won't run, verify that you are, indeed, using the STABLE branches of your toolchain!" -- KrnlHckr, 2007
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Modular (something)kernel. Haven't decided yet. Probably micro.
-JL
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
I decided for simplicity I would do monolithic... I'm gunna try to code it so that if one peice messes up it would kill everything else... Mabye it would be easier to go with Micro. Still building my bootloader. All my kernel does is set the stack and then print P to the console so I figure it is early enough to change.
My OS: SOS (Simple Operating System).
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
I'm developing a monolithic. For a while I experimented with developing a microkernel, got to the stage of having an IPC system, basic support for driver functions in userspace (I/O ports, interrupt management), and a VFS server, but I gave up and went back to a monolithic because the IPC system was awful and I didn't like the way the system was designed.
- thepowersgang
- Member
- Posts: 734
- Joined: Tue Dec 25, 2007 6:03 am
- Libera.chat IRC: thePowersGang
- Location: Perth, Western Australia
- Contact:
Mine is a monolithic, but the kernel itself is modular, so I could strip it down if I needed to.
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc