aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-12-02Fix algorithm issues with linked list allocatorMatteo Gmür1-1/+10
2024-12-01implement clear_memory_block_headerFabian Imhof1-3/+5
2024-12-01enable heap testFabian Imhof1-3/+4
2024-12-01Fix guard page and ensure it crashes even if guard page is skipped altogetherMatteo Gmür1-11/+24
2024-12-01Move heap virtual location and allocate multiple variables to test heap.Matteo Gmür1-4/+9
2024-11-26Make bump allocator atomic and therefore thread safeMatteo Gmür1-5/+4
2024-11-24Adjust bump allocator commentMatteo Gmür1-0/+2
2024-11-24Read and write in allocated memory areaMatteo Gmür1-3/+3
2024-11-24Add comments and rename fileMatteo Gmür1-7/+11
2024-11-24implement basic heap and remap itFabian Imhof1-58/+10
2024-11-24Add notes on missing features for kernel remappingMatteo Gmür1-5/+4
2024-11-19paging: de-templetize implementationFelix Morgner1-0/+1
2024-11-13Add note on possible options to enable PIC / PIEMatteo Gmür1-0/+3
2024-11-13Note that mapping seems to be workingMatteo Gmür1-11/+7
2024-11-12Remove duplicate methodMatteo Gmür1-1/+0
2024-11-12add debug statementsFabian Imhof1-1/+15
2024-11-12Add notes on why system crashesMatteo Gmür1-1/+1
2024-11-11Improve calculation of kernel end and start address.Matteo Gmür1-1/+3
2024-11-10Finish control register and adjust msrMatteo Gmür1-0/+4
2024-11-03Use passed allocator in inactive page instead of tiny.Matteo Gmür1-2/+2
2024-11-02Attempt to fix crashesMatteo Gmür1-39/+37
2024-11-02Add physical frame iterator and continue implementing kernel mapping.Matteo Gmür1-0/+4
2024-11-01Fix circular dependency issueMatteo Gmür1-1/+0
2024-11-01Remove static page mapper and replace with unique active and inactive page ta...Matteo Gmür1-1/+1
2024-11-01Adjust temporary page to changesMatteo Gmür1-1/+2
2024-11-01create temporary page implementationFabian Imhof1-15/+20
2024-10-28Fix lost updates, because of writing into copies instead of referencesMatteo Gmür1-1/+5
2024-10-28Adjust constant and make all possible variables constMatteo Gmür1-2/+2
2024-10-27Remove redundant codeMatteo Gmür1-8/+0
2024-10-27Attempt to start using C++20 algorithm calls.Matteo Gmür1-4/+9
2024-10-22Adjust all briefsMatteo Gmür1-1/+0
2024-10-21Fix linker error using friend method 👬Matteo Gmür1-5/+22
2024-10-21Adding more mapping methodsMatteo Gmür1-0/+5
2024-10-21Use handle struct to ensure next_table is not called on page table level 1Matteo Gmür1-5/+3
2024-10-21Ensure only one instance of global page table can existMatteo Gmür1-1/+1
2024-10-19Fix printing of wrong allocated frameMatteo Gmür1-1/+2
2024-10-19Seperate allocation and paging code into multiple files as wellMatteo Gmür1-2/+2
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into seperate...Matteo Gmür1-148/+3
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner1-2/+1
2024-10-15Adding enum flagsMatteo Gmür1-14/+20
2024-10-15continue implementing pagingFabian Imhof1-34/+8
2024-10-14Start developing pagingMatteo Gmür1-14/+12
2024-10-14Add more info on which elf flag means which objdump flagMatteo Gmür1-0/+23
2024-10-14Move 8 byte alignment into seperate methodMatteo Gmür1-2/+8
2024-10-14Use scoped switch statements to extract calculations to variablesMatteo Gmür1-11/+19
2024-10-14Fix typos, implementation in header and missing doxygenMatteo Gmür1-18/+23
2024-10-13continue implementing frame allocatorFabian Imhof1-32/+67
2024-10-13Add missing cpp files to cmake and fix elf alignment issuesMatteo Gmür1-9/+6
2024-10-08Add additional sanity checks to elf parsingMatteo Gmür1-2/+15
2024-10-08Added doxygen comments to all fields and structsMatteo Gmür1-0/+3