75 Commits (f4a16c16ccad061ded9d6e5c0d381afceaaee1ec)
 

Author SHA1 Message Date
  3moon f4a16c16cc +src::arch::x86_64::interrupts 8 years ago
  3moon 30b7ebb71f docs: more docssssss 8 years ago
  3moon 80ac44f4fe alloca: hack in phil-opp's linked_list_allocator 8 years ago
  3moon cbe7669dc8 set up a static ::alloca::Allocator as the #[global_allocator] 8 years ago
  3moon 68caeb67f1 memory::init(): map memory for the kheap 8 years ago
  3moon f27ac4bf6e +::alloca: wire allocator lib to a rust Alloc 8 years ago
  3moon 8ab9c749ed pull in the bump allocator as a dep 8 years ago
  3moon 7d90b6e9c2 memory: return the active page table after remapping the kernel 8 years ago
  3moon 4cbbb2053f +lib/alloc/bump: shitty bump allocator for testing 8 years ago
  3moon 4e7fa1ad31 memory: implement Page::rage_inclusive() 8 years ago
  3moon 242b218e47 memory::init(): double-call guard 8 years ago
  3moon 8ebf1a2f28 +lib/once: a little library to make sure stuff only gets called once 8 years ago
  3moon e0380c6b0a vga_console: bounds-check move_cursor() 8 years ago
  3moon 3b26e716e3 vga_console: fix write_byte wrapping 8 years ago
  3moon e5da571f0b vga_console: document 8 years ago
  3moon 590f35a4c5 Xargo.toml: build alloc 8 years ago
  3moon e9dee7092e switch on feature(const_unique_new) 8 years ago
  3moon 288e4b55dc depend on a fork of spin-rs that actually builds on nightly 8 years ago
  3moon f4706ec30d make HierarchicalLevel pub 8 years ago
  3moon 9045c8ca3b Unique::new() -> Unique::new_unchecked() 8 years ago
  3moon d83db2e669 Use the old p4 table's page as a guard page 8 years ago
  3moon c361682d4c slight cleanup; move memory initialization to memory::init() 8 years ago
  3moon b62a39956d Remove scary warning comment in kernel_main() 8 years ago
  3moon ae4c7cbd63 Configurable log level 8 years ago
  3moon 955815007e boot.asm: fix typo that made p3[0] -> p2 PRESENT but not WRITABLE 8 years ago
  3moon 0b22410c5e kernel_main: enable NXE, WRPROT bits before remapping kernel 8 years ago
  3moon 718b2eead9 kernel_main: some additional logging/testing stuff 8 years ago
  3moon 63446779fe remap_kernel: Identity map the Multiboot info structure 8 years ago
  3moon e5bca418c0 memory::paging::remap_kernel: use ELF section flags when setting up pages 8 years ago
  3moon 24f0bd6ca0 memory::paging::entry::Entry: implement flag loading from ELF section 8 years ago
  3moon c83ab3c3a2 Remap the kernel! (finally) 8 years ago
  3moon 4985b66dd0 memory: add Frame::range_inclusive() and FrameIter implementing Iterator 8 years ago
  3moon f897b6b09e memory::paging: add an InactivePageTable struct 8 years ago
  3moon c2a1b848cd memory::paging::ActivePageTable: implement with(), switch() 8 years ago
  3moon 0f847cdb20 Implement a TemporaryPage 8 years ago
  3moon 8fa0c57d48 memory::paging: Move most of ActivePageTable to memory::paging::mapper::Mapper 8 years ago
  3moon 27ead2f20b linker.ld: Make sure all ELF sections are page-aligned 8 years ago
  3moon aa8cab945b Temporary test function for paging 8 years ago
  3moon 6efd05377e memory::paging::ActivePageTable: impl translation, mapping, unmapping 8 years ago
  3moon 3bb62e4dc4 memory::paging::Page: impl useful functions 8 years ago
  3moon 24032a9edd memory::paging: add a struct to own the P4 table, make Page Clone+Copy 8 years ago
  3moon e01d08162c memory::paging: Add note that we use recursive P4 paging 8 years ago
  3moon d471b2ca67 memory::paging::entry::Entry.set(): nicer misalignment panic message 8 years ago
  3moon ec45a5e981 memory: private "cloning" of Frames 8 years ago
  3moon 2813cce2a7 memory::paging::Table: next_table, next_table_create 8 years ago
  3moon 27b6e55b42 memory::paging::Table: type-system based table level safety 8 years ago
  3moon 7d7bf0daaf boot.asm: recursively map p4[511] -> p4 8 years ago
  3moon d889ff14b2 Makefile: add debug rule making qemu wait for gcc connection 8 years ago
  3moon 8e2ee50f66 Preliminary data structures required for a page table manager 8 years ago
  3moon 791ddb5f50 Test the frame allocator 8 years ago