- Hamm, Germany
- https://ickhorn.com/
-
Write in C, Think in Assembly.
- Joined on
2023-03-07
65db388f00
Fix A20 by copying others' implementation
5ba30e5f8b
Fix GDT length being insufficient
fd8b5bd57e
Fix bug in GDT when using KVM acceleration
0d16e3e35a
Make driver initialization easier in manager.asm
6e8e022937
Make stage 2 entry (after GDT) call driver setup
18e5b049a4
Add PCI register read utility
1285994cbf
Improve coding style of PCI device enumerator
4d9b1e390d
Make PCI enumeration write more information
6ce831bbeb
Fix text display for rows other than the first
4acf6f3a44
Add hexadecimal dump function
6342b433b4
Add main PCI driver file and device enumeration
4be2d3b018
typo(readme): Improved the spelling in the README a little.
15b119a372
structure(gitignore): Added valgrind dumps to gitignore.
5f7545ffd6
bugfix(arena): Fixed some bugs which caused crashes.
3fd1b69293
structure(gitignore): Added .gitignore with executable code, compiled headers and some folders to ignore.
6150e5dda6
documentation(readme): Extended README.md to include more information.
d54bf3fe28
documentation(round): Fixed a minor typing mistake.
4244cf107b
documentation(round): Added copyright-header and comments for the rounding-functions.
f77dd2b23a
feature(round): Added rounding library.
a5e78dca9a
bugfix(arena): Fixed crash-bug which is triggered by cloning a string into a full arena.
ee22b5df5c
feature(arena): Added and documented string-clone function.
f8749ba238
documentation(arena): Added comments to the functions and the arena-structure.
f98b2371b1
Made the code compile without libRR
b2f9aaa021
Prepared for integration into the AlphaUmlaut Compound build system