Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Fix handling of u8 vs usize | Maximilian Bosch | |
Those types can't be casted into each other which caused several compilation errors. | |||
2019-10-31 | Add x86_64 crate | Dennis Kobert | |
2019-10-31 | Add testing to build | Dennis Kobert | |
2019-10-31 | Fix typo in panic screen | Dennis Kobert | |
2019-10-26 | Create a kernel panic screen | natrixaeria | |
2019-10-25 | Create a print function | natrixaeria | |
2019-10-25 | Create format writer | natrixaeria | |
2019-10-25 | Iink rust binary | Dennis Kobert | |
2019-10-25 | Add target x86_64-uff | Dennis Kobert | |
2019-10-25 | Start 64bit mode | Dennis Kobert | |
2019-10-25 | Initialize paging | Dennis Kobert | |
2019-10-25 | Add compatibility checks | Dennis Kobert | |
2019-10-24 | Add error section and init stack | Dennis Kobert | |
2019-10-24 | Restructure src files | Dennis Kobert | |