| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-23 | x86_64: improve linker script interface docs | Felix Morgner | 1 | -13/+38 | |
| - Add file-level Doxygen block to provide overall context. - Clarify the origin of the declared symbols. - Add information regarding their intended use. | |||||
| 2025-07-23 | x86_64: extract linker script interface header | Felix Morgner | 2 | -6/+41 | |
| 2025-07-23 | x86_64: move port_io to x86_64/io | Felix Morgner | 2 | -9/+8 | |
| 2025-07-23 | libs: move asm_ptr to kstd | Felix Morgner | 4 | -21/+20 | |
| 2025-07-23 | ide: redirect qemu error output | Felix Morgner | 2 | -6/+6 | |
| 2025-07-23 | build: fix iso generation dependencies | Felix Morgner | 1 | -1/+1 | |
| 2025-07-23 | build: update toolchain | Felix Morgner | 1 | -1/+1 | |
| 2025-07-23 | x86_64: remove stray copy of ld script | Felix Morgner | 1 | -150/+0 | |
| 2025-07-22 | docs: import first draft of tb0002 | Felix Morgner | 2 | -1/+154 | |
| 2025-07-22 | x86_64: split bootstrap code along mode lines | Felix Morgner | 3 | -20/+27 | |
| 2025-07-22 | x86_64: extract constants from bootstrap code | Felix Morgner | 4 | -18/+74 | |
| 2025-07-22 | x86_64: clean up bootstrap code | Felix Morgner | 2 | -247/+269 | |
| 2025-07-18 | docs: introduce technical briefs | Felix Morgner | 7 | -23/+177 | |
| Also removes arch and cross inclusion for now, since the architecture is undergoing major rework. | |||||
| 2025-07-18 | x86_64: set GDT entries as accessed. | Felix Morgner | 1 | -2/+3 | |
| 2025-07-18 | x86_64: add data segment to boot GDT | Felix Morgner | 1 | -6/+9 | |
| 2025-07-18 | x86_64: don't lose multi boot information pointer | Felix Morgner | 1 | -2/+2 | |
| Since the transition to a PIE, more registers are required to perform the relative lookups of data references. As part of that change, a subtle mistake was introduced in _start, overwriting the multiboot information pointer that gets handed to kernel by the boot loader in %ebx. | |||||
| 2025-07-18 | x86-64: prepare new architecture | Felix Morgner | 14 | -176/+538 | |
| 2025-07-18 | kern: simplify print wrappers | Felix Morgner | 1 | -35/+10 | |
| 2025-07-18 | kernel: turn into a PIE | Felix Morgner | 3 | -31/+87 | |
| 2025-07-14 | cmake: remove lefover main configuration | Felix Morgner | 1 | -94/+10 | |
| 2025-07-14 | cmake: introduce ELF utility module | Felix Morgner | 3 | -2/+42 | |
| 2025-07-14 | build: reintroduce bootable ISO | Felix Morgner | 8 | -13/+44 | |
| 2025-07-14 | x86_64: move basic text output implementation | Felix Morgner | 7 | -92/+108 | |
| 2025-07-14 | arch: move and improve asm_pointer | Felix Morgner | 2 | -76/+56 | |
| 2025-07-14 | libs: rename kstd headers to be more STL like | Felix Morgner | 7 | -7/+14 | |
| 2025-07-14 | kstd: improve resemblence of STL | Felix Morgner | 3 | -41/+48 | |
| 2025-07-14 | x86_64: remove forward_value_iterator | Felix Morgner | 1 | -121/+0 | |
| 2025-07-14 | libs: move stack to kstd | Felix Morgner | 1 | -8/+9 | |
| 2025-07-14 | x86_64: remove container | Felix Morgner | 2 | -315/+0 | |
| 2025-07-14 | libs: move shared_pointer to kstd | Felix Morgner | 1 | -5/+5 | |
| 2025-07-14 | libs: move unique_ptr to kstd | Felix Morgner | 1 | -5/+7 | |
| 2025-07-14 | libs: move vector to kstd | Felix Morgner | 4 | -18/+37 | |
| 2025-07-14 | arch: make linkable | Felix Morgner | 5 | -7/+10 | |
| 2025-07-14 | arch: prepare interfaces | Felix Morgner | 10 | -161/+285 | |
| 2025-07-14 | ide: start large-scale restructuring | Felix Morgner | 15 | -136/+352 | |
| 2025-07-14 | libs: rename multiboot alias | Felix Morgner | 2 | -2/+2 | |
| 2025-07-14 | libs: begin extraction of kernel std | Felix Morgner | 13 | -297/+206 | |
| 2025-07-14 | libs: extract multiboot library | Felix Morgner | 9 | -0/+601 | |
| 2025-07-14 | build: upgrade x86-64 toolchain | Felix Morgner | 2 | -25/+55 | |
| 2025-07-14 | memory: adapt to changes memory layout | Felix Morgner | 1 | -2/+2 | |
| 2025-07-14 | x86_64: fix syscall error code reading | Felix Morgner | 1 | -1/+1 | |
| 2025-07-14 | ide: improve support for vscodium | Felix Morgner | 7 | -30/+21 | |
| 2025-07-14 | ide: add support for devpods | Felix Morgner | 1 | -1/+2 | |
| 2025-07-13 | ide: improve launch configuration | Felix Morgner | 3 | -33/+24 | |
| 2025-07-13 | build: update toolchain | Felix Morgner | 4 | -7/+9 | |
| 2025-06-09 | Add constexpr to create segment descriptor | Matteo Gmür | 1 | -5/+5 | |
| 2025-06-06 | Merge branch 'feat_inital_context_switching' into 'develop_ba' | Matteo Gmür | 153 | -359/+4254 | |
| Implement Context Switching See merge request teachos/kernel!6 | |||||
| 2025-06-04 | Adjust minor comments | Matteo Gmür | 7 | -13/+16 | |
| 2025-06-04 | Update documentation generation files | Matteo Gmür | 58 | -44/+267 | |
| 2025-05-30 | Clean up files | Matteo Gmür | 4 | -179/+0 | |
