Update Utility containers

texhno 2024-02-14 02:31:12 +00:00
parent 29c7f4c085
commit 1c9bbb7479

@ -2,8 +2,6 @@
(Add a section for each new utility container, as well as documentation)
*Decision*: In order to prevent running into chaos, we will first stick to the steps outlined in [Operating Systems: From 0 to 1][os01], which will result in our developing a 32-bit kernel stub. At that point, we will have necessary information to decide whether it aligns better with our goals to keep the kernel 32-bit or to convert it into a 64-bit version.
***Intel or AT&T syntax for asm code?***
* This is simply a matter of personal preference, as both are translated into the same machine code.