| 2020-11-05 00:17 | blib: Make strtoui break on first non numeric digit | mintsuki | 10bd2696 |
| 2020-11-05 00:04 | bootsect: Move jump to stage2 to second half of bootsector | mintsuki | d7ec93d0 |
| 2020-11-04 23:56 | bootsect: Remove useless instructions | mintsuki | d799658b |
| 2020-11-04 23:50 | blib: Update strtoui | mintsuki | 48a9d06a |
| 2020-11-02 09:17 | part: Some general cleanup | mintsuki | 82a71514 |
| 2020-11-02 08:20 | Some general cleanup | mintsuki | c542ff68 |
| 2020-11-01 21:07 | Use URIs in the last few remaining places, update CONFIG.md | mintsuki | 0319b51b |
| 2020-11-01 20:38 | Add warning about using master branch to README.md | mintsuki | bacef9fc |
| 2020-11-01 20:25 | Add GUID resource type | mintsuki | 038c0412 |
| 2020-11-01 09:39 | Bump version number to 0.6 | mintsuki | 28c1538f |
| 2020-11-01 09:31 | Use URIs everywhere, update config documentation. Fixes #48 | mintsuki | 569df8ac |
| 2020-10-30 05:52 | Add missing config keys to documentation. Fixes #47 | mintsuki | 849d05c7 |
| 2020-10-27 07:38 | readline: Support delete key | mintsuki | 1de57494 |
| 2020-10-27 07:09 | readline: Initial implementation | mintsuki | 530b4a8f |
| 2020-10-26 16:36 | LAPIC: Fix bug where wrong CPUID bit was tested to check for APIC | mintsuki | b8b7a798 |
| 2020-10-25 11:41 | SMP: Fix struct duplication bug | mintsuki | 07ac3de4 |
| 2020-10-25 03:58 | Add BSP LAPIC ID field to stivale2 SMP structure. Resolves #46 | mintsuki | b7f44129 |
| 2020-10-24 13:27 | Fix bug in elf lib where a very large buffer could be accidentally allocated on the stack | mintsuki | 7867d23e |
| 2020-10-24 08:34 | stivale2: Adjust the SMP part of the specification to mention that the BSP ID is not guaranteed to be 0 | mintsuki | 01399b2e |
| 2020-10-22 13:25 | Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 | mintsuki | e8f1c943 |
| 2020-10-20 06:51 | Remove instances in which conv_mem_alloc() was implicitly used as a realloc() as that subtly introduces bugs | mintsuki | 2b34d88d |
| 2020-10-20 00:38 | Add E9_OUTPUT config option | mintsuki | 74c7c0d7 |
| 2020-10-20 00:38 | Remove conv_mem_rewind() as it could be a dangerous source of bugs, modify code that used it accordingly | mintsuki | 54eaf968 |
| 2020-10-18 04:35 | BIOS disk driver: do not make assumptions about sector size being 512 bytes | mintsuki | 0e09a892 |
| 2020-10-18 04:23 | Add BIOS drive indexing | mintsuki | a82dc582 |
| 2020-10-17 09:08 | Implement string_to_guid() | mintsuki | a9864a0a |
| 2020-10-17 04:23 | Use URIs instead of explicit drive and partition keys in config file | mintsuki | 47d517be |
| 2020-10-17 03:37 | Add URI parser | mintsuki | 7863c92c |
| 2020-10-16 14:04 | Remove eccessive memmap dumps and add stivale and stivale2 module loading feedback messages | mintsuki | 0c5ccf14 |
| 2020-10-15 09:35 | Move A20 handler out of bootsector and into stage 2 | mintsuki | de0f0da1 |