LouisJenkinsCS / MoltarOS

A minimal implementation of an Operating System implemented in (mostly) C and (sparse) Assembly
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Data Structures #2

Closed LouisJenkinsCS closed 7 years ago

LouisJenkinsCS commented 7 years ago

Need a good abstract implementation of the following

LouisJenkinsCS commented 7 years ago

Decided to add the BSD sys/queue.h and sys/tree.h, meaning I do not need to do all of this. Extremely helpful macros.