summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-15Rework build systemexceptionsDennis Kobert
2019-11-15Add protection fault handlerDennis Kobert
2019-11-12Increase fault handler stack sizeDennis Kobert
2019-11-11Add expect fault handlingDennis Kobert
2019-11-09Add basic testsDennis Kobert
2019-11-09Introduce integration test cratenatrixaeria
2019-11-09Fix swaped flag and stack argumentsDennis Kobert
2019-11-09Merge branch 'exceptions' of https://git.kobert.dev/uff-os into exceptionsDennis Kobert
2019-11-09Add testing runner functionsDennis Kobert
2019-11-09Remove garbage codenatrixaeria
2019-11-09Add error messagesnatrixaeria
2019-11-09Adapt exception messagesnatrixaeria
2019-11-09Rewrite print_centered in a more pretty waynatrixaeria
2019-11-09Merge branch 'exceptions' of dennis:/var/repos/uff-os into exceptionsnatrixaeria
2019-11-09Create panic screen module with text buffernatrixaeria
2019-11-08Reformat exceptionsDennis Kobert
2019-11-08Add InterruptStackTableDennis Kobert
2019-11-08Fix pagingDennis Kobert
2019-11-08Merge branch 'master' into exceptionsDennis Kobert
2019-11-08Add centered mode to vga compatible text modenatrixaeria
2019-11-08Implement guarding pageDennis Kobert
2019-11-07Add interupt descriptor tableDennis Kobert
2019-11-07Represent rust vga text structs as C structsnatrixaeria
2019-11-07Minor CleanupsDennis Kobert
2019-11-04Implement serial connection and basic testingDennis Kobert
2019-11-03Merge: 41bff6a a2d6311Dennis Kobert
2019-11-02Update help message of the build scriptnatrixaeria
2019-11-02Rewrite build scriptnatrixaeria
2019-10-31Fix typo in panic screenDennis Kobert
2019-10-26Create a kernel panic screennatrixaeria
2019-10-25Add rust-src as source to READMEnatrixaeria
2019-10-25Create a print functionnatrixaeria
2019-10-25Create format writernatrixaeria
2019-10-25Iink rust binaryDennis Kobert
2019-10-25Add Cargo.lock to .gitignoreDennis Kobert
2019-10-25Add target x86_64-uffDennis Kobert
2019-10-25Do not build start asm twicenatrixaeria
2019-10-25Merge branch 'master' of dennis:/var/repos/uff-osnatrixaeria
2019-10-25Build all asm files automatically in build scriptnatrixaeria
2019-10-25Start 64bit modeDennis Kobert
2019-10-25Initialize pagingDennis Kobert
2019-10-25Add compatibility checksDennis Kobert
2019-10-24Add error section and init stackDennis Kobert
2019-10-24Build things only if necessary in build scriptnatrixaeria
2019-10-24Merge branch 'master' of kobert:/var/repos/uff-osDennis Kobert
2019-10-24Add README.mdDennis Kobert
2019-10-24Adapt build script to new file systemnatrixaeria
2019-10-24Merge branch 'master' of kobert:/var/repos/uff-osDennis Kobert
2019-10-24Adapt all build option in build sciptnatrixaeria
2019-10-24Merge branch 'master' of kobert:/var/repos/uff-osDennis Kobert