How's the demo coming along?Mike wrote:The demo is now planned to be uploaded this weekend. Everything is good, we are now finalizing the demo.
Search found 3 matches
- Thu Mar 20, 2008 6:09 am
- Forum: Your Announcements
- Topic: Tutorial 15: Errors, Exceptions, Interruptions
- Replies: 21
- Views: 187555
- Sat Jan 12, 2008 4:40 am
- Forum: Beginning OS Development
- Topic: VESA
- Replies: 11
- Views: 65143
We will not cover the video and graphics tutorials until later after we have a solid kernel running. Trust me-its easier this way. While we can get into a video mode now, graphics programming can be very hard without a better foundation (ak, memory manager primarily.) I plan on covering 2d software...
- Fri Jan 11, 2008 7:54 am
- Forum: Beginning OS Development
- Topic: VESA
- Replies: 11
- Views: 65143
What's the timeline for the video tutorial and the interrupt one? I've started poking at video and working on the interrupts myself but I'm experiencing some very weird issues (accessing global array generates a triple fault :? ). How will you be handling the 32bit video driver? I'm assuming using V...