1
1
Fork
You've already forked popcorn
0
No description
  • Rust 89%
  • Makefile 10.1%
  • Nix 0.9%
2025年12月31日 06:33:45 +01:00
.cargo limine base 2025年06月02日 16:36:42 -07:00
kernel hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
.gitignore update gitignore 2025年06月02日 16:37:52 -07:00
Cargo.lock rip 2025年06月02日 16:08:25 -07:00
COPYING hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
flake.lock hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
flake.nix hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
GNUmakefile real pmm (bitmap + unused silly stack) 2025年09月03日 22:41:50 -07:00
LICENSE hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
limine.conf some work 2025年06月02日 23:40:50 -07:00
README.md hpet and probably other stuff 2025年12月30日 21:29:38 -08:00
rust-toolchain.toml i dont like the idt 2025年08月29日 18:50:43 -07:00

tsfdg

todo:

  • memory management is awful
  • use stack for frame allocator (above, say 0x01000000), consider refilling with bitmap
  • vmm Dont actually allocate pages until we get a page fault or whatever
  • what is going on with acpi/apic
  • usermode