summaryrefslogtreecommitdiff
path: root/src/README
AgeCommit message (Expand)Author
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-14updated some docuAndreas Baumann
2017-07-08small adaptions around kernel_entry (docu, boot loader)Andreas Baumann
2017-07-08added dedicated kernel entry to avoid address reordering under compiler optim...Andreas Baumann
2017-07-01fixed get_focus error in widget (called the wrong parent)Andreas Baumann
2017-07-01tested with pcc, worksAndreas Baumann
2017-06-16fixed loading of kernel in stage2 grossing 64kAndreas Baumann
2017-06-16added some documentationAndreas Baumann
2017-06-15increased size of stage 2 bootloader by 1024 bytesAndreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
2017-06-08added driver managerAndreas Baumann
2017-06-08updated some documentationAndreas Baumann
2017-05-31added a setjmp implementationAndreas Baumann
2017-05-20documented early GDT in assembly (following Nick Bundells osdev guide).Andreas Baumann
2017-05-18added port types which are check when calling port read/write functionsAndreas Baumann
2017-05-14added some docu and a design documentAndreas Baumann
2017-05-14added a simple serial console output to qemu run modeAndreas Baumann
2017-05-02some docuAndreas Baumann
2017-04-29some documentationAndreas Baumann