Way of extending when there is not enough memory

Aperta
#86 0 commenti 3 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
rust

Direzione di ricerca

Start by reading the allocator API and tracing how it handles an allocation when no suitable memory remains. Define the callback contract for obtaining additional pages, including how physical frames or kernel-provided memory are represented. Done means the allocator can request more pages through that contract and the behavior is covered by appropriate tests.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

It would be nice if the allocator could accept a function which gets called when there is not enough memory to allocate something, and that function can then get pages of memory (such as mapping some phys frames or requesting memory from the kernel).

Lingua principale
Rust
Stelle
242
Fork
56
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di rust-osdev/linked-list-allocator

Tutte le issue di rust-osdev/linked-list-allocator

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.