- Hamm, Germany
- https://ickhorn.com/
-
Write in C, Think in Assembly.
- Joined on
2023-03-07
Decide the Direction
Planning an operating system is probably not the best thing you can do, when you're brain-AFK.
That's true. I have to admit that the syscalls are too critical to be planned by brainless…
Application Binary Interface
I'd like to go for a memory-based approach on the ABI, meaning that many things can be done by writing to a specific memory address and possibly, but not necessarily, updating the buffer. For…
Application Binary Interface
Generally, syscalls can be grouped into 5 categories:
- Files I don't think I need to explain this. ^^
- Memory Alloc'ing of pages, free'ing pages, labelling regions of memory as…
Decide the Direction
It's quite true that getting NOXOS operational is a great idea. Still, in moments in which there is time, it'd be a good idea to plan what to do next. What about the time when our brains are a…
a4b246095a
Made first major changes; missing integration and optimization
ed98984164
Starting new graphics subsystem
72e1a8ecd0
Changed name 'position' to vector.
3ac01ad142
Altered and added definitions in the graphics driver
ddcb64daea
Changed position_T to some vectors