#GoofyOS
1 messages · Page 1 of 1 (latest)
You forgot idt as well
yes i have IDT
Continous virtual memory allocator
Much superior language
Need to implement slab free, then virtual memory then SMP, good progress
Already got:
- struct page
- basic spinlock synchronization
- mapping
- interrupt handling with basic pic 8259
- boring cpu init stuff (idt gdt)
https://github.com/enriktigasna/goofyos-2/commit/766e518977d1fd37a5560540f20070792b1d18e8
Memory management pretty much finished, with struct pages, slab, page allocator and virtual allocator.
What is basically left is just getting IOAPIC, and starting other CPUs, then I can jump to userland and start with syscalls and such.
basic uacpi integration, working on starting other cores
👍
added uacpi
infy appears
GitHub
Contribute to enriktigasna/goofyos-2 development by creating an account on GitHub.