Eric-Paul Ickhorn epickh
epickh opened issue noxos/kernel#15 2023-03-16 09:21:30 +00:00
Memory-related Refactor
epickh opened issue noxos/kernel#14 2023-03-15 20:53:42 +00:00
Syscalls
epickh commented on issue noxos/organization#1 2023-03-15 20:49:43 +00:00
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…

epickh opened issue noxos/organization#3 2023-03-15 20:47:57 +00:00
Quite right...
epickh commented on issue noxos/organization#2 2023-03-15 20:33:34 +00:00
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…

epickh commented on issue noxos/organization#2 2023-03-15 20:31:52 +00:00
Application Binary Interface

Generally, syscalls can be grouped into 5 categories:

  1. Files I don't think I need to explain this. ^^
  2. Memory Alloc'ing of pages, free'ing pages, labelling regions of memory as…
epickh commented on issue noxos/organization#1 2023-03-15 20:18:30 +00:00
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…

epickh opened issue noxos/organization#2 2023-03-15 20:15:49 +00:00
Application Binary Interface
epickh opened issue noxos/organization#1 2023-03-15 20:08:30 +00:00
Decide the Direction
epickh created repository noxos/utilities 2023-03-15 19:21:00 +00:00
epickh renamed repository from Organize to noxos/organization 2023-03-15 19:06:55 +00:00
epickh created repository noxos/drivers 2023-03-15 18:48:40 +00:00
epickh created repository noxos/organization 2023-03-15 18:47:06 +00:00
epickh created branch graphics in noxos/kernel 2023-03-10 00:14:21 +00:00
epickh pushed to graphics at noxos/kernel 2023-03-10 00:14:21 +00:00
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
Compare 7 commits »
epickh pushed to master at noxos/kernel 2023-03-08 18:54:48 +00:00
e38b37404d Changed CMake-version to be lower, but still working.