aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-20implement pageHEADmasterXander8-24/+220
2023-08-20Rewrite tableXander3-37/+52
2023-08-19implement tableXander4-3/+96
2023-08-19Implemented entryXander6-45/+69
2023-08-17Add valid/unvalid type, replacement of optionalXander2-0/+8
2023-08-17Started implementing pagingXander6-1/+68
2023-08-14No dynamic load in mainXander1-5/+4
2023-08-08Final refactoring for opts: framesXander5-176/+160
2023-08-08more refactoring and implemented exec_initXander4-89/+124
2023-08-06Implemented panicXander3-20/+22
2023-07-28Some workXander2-17/+15
2023-07-28optional implementation of multboot 1Xander6-333/+362
2023-07-27name change to initializableXander1-6/+5
2023-07-27migrated frame_allocator to opt. side effects constrains not implemented yetXander5-69/+95
2023-07-24Prepare big dynload refactorXander2-5/+8
2023-07-21Working frame allocator but VERY ugly codeXander5-17/+37
2023-07-21Mainly refactoringXander6-32/+121
2023-07-21Working on frame allocationXander5-7/+90
2023-07-15Print kernel start,stop and sizeXander1-3/+15
2023-07-15Elf section headers implementationXander3-17/+82
2023-07-15Print memory mappingsXander3-18/+39
2023-07-15Boot info memory mapping implementationXander4-14/+119
2023-07-14Preparing for multiboot informationXander3-7/+51
2023-07-14Task state segment structsXander2-0/+68
2023-07-13Allow negative number conversionXander2-4/+4
2023-07-13Full restructureXander7-193/+6
2023-07-13int to string conversion implementationXander3-4/+73
2023-07-11Implemented default interruptsXander2-10/+81
2023-07-11Some interrupt cleanupXander2-14/+17
2023-07-07Default interruptsXander3-24/+60
2023-07-05Implementing interrupts (exceptions)Xander4-3/+83
2023-07-05CleanupXander2-2/+2
2023-07-04Overloading print + cleanupXander6-103/+123
2023-07-03Added clear screen functionXander3-3/+18
2023-07-03Implemented newlineXander3-10/+21
2023-07-03Now using static writerXander3-44/+65
2023-07-02Using referenceXander3-30/+23
2023-06-30Modulating printXander3-27/+87
2023-06-30Printing hello worldXander1-6/+30
2023-06-30Calling ats functionXander2-4/+13
2023-06-28Calling c codeXander1-0/+4