IAIK / sweb

SWEB Educational OS
https://teaching.iaik.tugraz.at/bs/
116 stars 112 forks source link

make boot stack size explicit #288

Closed daef closed 1 year ago

daef commented 1 year ago

just a small cosmetic change

Woazboat commented 1 year ago

You also need to change the actual boot stack definition to use the new constant: https://github.com/IAIK/sweb/blob/main/common/source/kernel/main.cpp#L31

That code needs to be architecture independent, so you need to define the constant (and ideally a forward declaration of the array) in a header file where it's accessible for all architectures.