diff --git a/Utility-containers.md b/Utility-containers.md index e837992..aa70ceb 100644 --- a/Utility-containers.md +++ b/Utility-containers.md @@ -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.