Age | Commit message (Collapse) | Author |
|
Worked better than I thought!
|
|
This changes many files but I've just applied some replace commands.. So
- nothing special!
|
|
Also cleaned up some syscalls etc
|
|
|
|
Many other fixes too, but I won't mention them because I don't want to
:)
|
|
Idk why I forgot it for several commits :D
|
|
|
|
I finally fixed the acpi tables with some memory mapping magic and
paging allocations, which seems to do the trick. YAY.
|
|
I'm too exhausted right now, but I rediscovered the memory mapping issue
of my ACPI implementatio and need to fix it ASAP. Otherwise I won't be
able to use any ACPI table without causing a page fault. I have no clue
why exactly this is happening and the internet says that I shouldn't
need to memory map them. Well, I'll look into it later.
|
|
idk why, but grub doesn't seem to find a smbios table in qemu. I tried
a local dump of my pc's smbios but this doesn't work either.. *thinking*
|
|
|
|
I forgot to actually pass the address to the parser! Why tf doesn't GCC
tell me that? :D
|
|
|