Page 1 of 1
What is your OSDev HELL NAAW! moment?
Posted: Thu Jan 05, 2017 1:38 am
by hannah
I'll start. Mine is when I figured out why my BGA driver wasn't setting any pixels... It was page faulting when I accessed the buffer.
Re: What is your OSDev HELL NAAW! moment?
Posted: Thu Jan 05, 2017 3:47 am
by Octacone
When I realized how poor my memory management was. I wasn't able to do any high resolution GUI because of that.
Re: What is your OSDev HELL NAAW! moment?
Posted: Thu Jan 05, 2017 5:34 am
by dozniak
Mine was seeing yet another "What is your xxx moment?" post.
Re: What is your OSDev HELL NAAW! moment?
Posted: Sat Jan 07, 2017 2:28 pm
by BrightLight
When I got my OS to boot from SATA using AHCI on QEMU only to find out it doesn't work anywhere else (not in VirtualBox, or even different QEMU builds...)
Re: What is your OSDev HELL NAAW! moment?
Posted: Sun Jan 08, 2017 1:17 am
by Mikumiku747
I spent about 30 minutes attempting to debug some very simple GDT initialisation before realising I was using lidt instead of lgdt... not my finest moment.
- Mikumiku747
Re: What is your OSDev HELL NAAW! moment?
Posted: Sun Jan 08, 2017 1:18 pm
by bauen1
After wasting over 10 hours debugging gdt and idts just to realize my gdt entries size was 0
Re: What is your OSDev HELL NAAW! moment?
Posted: Wed Jan 11, 2017 4:25 am
by DixiumOS
>terminal_writechar doesn't work, but terminal_writestring does
Okay, i'll fix that
>terminal_writechar works, but terminal_writestring doesn't
...