banan-os/kernel/arch/x86_64
Bananymous 9a7b2587af Kernel: kmalloc has now somewhat dynamic storage
Allocations bigger than PAGE_SIZE and those not forced to be identity
mapped are now done on a GeneralAllocator. This allows us to use kmalloc
for big allocations; bigger than the fixed 1 MiB storage.

This is still a hack and the whole kmalloc will have to be rewritten at
some point, but for now this does the job :D
2023-06-18 23:27:00 +03:00
..
GDT.cpp Kernel: GDT tss selector is now 16 bit value 2023-05-06 17:34:22 +03:00
IDT.cpp Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00
PageTable.cpp Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00
Thread.S Kernel/LibC: pass environ pointer to process 2023-06-05 21:12:08 +03:00
boot.S Kernel: boot.S is back to 2 MiB pages 2023-06-03 18:53:36 +03:00
crt0.S Kernel/LibC: pass environ pointer to process 2023-06-05 21:12:08 +03:00
crti.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
crtn.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
interrupts.S Kernel: Remove offset from OpenFileDescriptor 2023-05-09 20:31:22 +03:00
linker.ld Kernel: start work on higher half kernel 2023-05-30 08:00:17 +03:00