공학/컴퓨터구조
-
[컴퓨터 구조] Data Alignment공학/컴퓨터구조 2023. 8. 7. 15:19
글의 참고 - http://www.songho.ca/misc/alignment/dataalign.html - https://en.wikipedia.org/wiki/Data_structure_alignment - https://fylux.github.io/2017/07/11/Memory_Alignment/ - http://books.gigatux.nl/mirror/kerneldevelopment/0672327201/ch19lev1sec3.html 글의 전제 - 내가 글을 쓰다가 궁금한 점은 파란색 볼드체로 표현했다. 나도 모르기 때문에 나중에 알아봐야 할 내용이라는 뜻이다. - 밑줄로 작성된 글은 좀 더 긴 설명이 필요해서 친 것이다. 그러므로, 밑 줄 처친 글이 이해가 안간다면 링크를 따라서 관련 내용을..
-
VGA 텍스트 모드공학/컴퓨터구조 2023. 8. 5. 03:05
글의 참고 - https://en.wikipedia.org/wiki/VGA_text_mode - https://en.wikipedia.org/wiki/Text_mode - https://web.archive.org/web/20150816220334/http://www.eyetap.org/cyborgs/manuals/soft_vga.pdf - https://wiki.osdev.org/Text_mode - https://wiki.osdev.org/Printing_To_Screen 글의 전제 - 내가 글을 쓰다가 궁금한 점은 파란색 볼드체로 표현했다. 나도 모르기 때문에 나중에 알아봐야 할 내용이라는 뜻이다. - 밑줄로 작성된 글은 좀 더 긴 설명이 필요해서 친 것이다. 그러므로, 밑 줄 처친 글이 이해가 안..
-
[컴퓨터구조] 파이프라인공학/컴퓨터구조 2023. 8. 4. 15:59
글의 참고 - https://en.wikipedia.org/wiki/Instruction_pipelining#cite_note-Guardian-3 - https://namu.wiki/w/%ED%8C%8C%EC%9D%B4%ED%94%84%EB%9D%BC%EC%9D%B8 - https://en.wikipedia.org/wiki/Hazard_(computer_architecture) - http://www.edwardbosworth.com/My5155_Slides/Chapter11/PipeliningTheCPU.htm 글의 전제 - 내가 글을 쓰다가 궁금한 점은 파란색 볼드체로 표현했다. 나도 모르기 때문에 나중에 알아봐야 할 내용이라는 뜻이다. - 밑줄로 작성된 글은 좀 더 긴 설명이 필요해서 친 것이다. ..
-
[이론][컴퓨터구조][ARM] ARMv8 - 프로세서 상태공학/컴퓨터구조 2023. 8. 3. 02:35
글의 참고 - https://developer.arm.com/documentation/den0024/a/ARMv8-Registers/AArch64-special-registers/Saved-Process-Status-Register - https://developer.arm.com/documentation/den0024/a/ARMv8-Registers/Processor-state 글의 전제 - 내가 글을 쓰다가 궁금한 점은 파란색 볼드체로 표현했다. 나도 모르기 때문에 나중에 알아봐야 할 내용이라는 뜻이다. - 밑줄로 작성된 글은 좀 더 긴 설명이 필요해서 친 것이다. 그러므로, 밑 줄 처친 글이 이해가 안간다면 링크를 따라서 관련 내용을 공부하자. - `글의 참조`에서 빨간색 볼드체로 체크된 링크는 이..
-
[컴퓨터구조] PC의 Enumeration공학/컴퓨터구조 2023. 8. 3. 02:34
글의 참고 - http://www.learningaboutelectronics.com/Articles/Platform-device-linux.php - https://www.quora.com/What-is-PCIE-enumeration 글의 전제 - 내가 글을 쓰다가 궁금한 점은 파란색 볼드체로 표현했다. 나도 모르기 때문에 나중에 알아봐야 할 내용이라는 뜻이다. - 밑줄로 작성된 글은 좀 더 긴 설명이 필요해서 친 것이다. 그러므로, 밑 줄 처친 글이 이해가 안간다면 링크를 따라서 관련 내용을 공부하자. - `글의 참조`에서 빨간색 볼드체로 체크된 링크는 이 글을 작성하면 가장 많이 참조한 링크다. - 이 글은 글의 참조에 있는 링크들을 내 마음대로 번역한 것이다. 심지어 필요없다고 생각된 부분은 생략..
-
[컴퓨터구조] ARM - Exception Level공학/컴퓨터구조 2023. 2. 20. 21:39
글의 참고 - https://developer.arm.com/documentation/ddi0488/d/programmers-model/armv8-architecture-concepts/exception-levels - https://developer.arm.com/documentation/den0024/a/Fundamentals-of-ARMv8/Changing-execution-state - https://medium.com/@om.nara/aarch64-exception-levels-60d3a74280e6 - https://blog.csdn.net/flyingnosky/article/details/127254602 - Learn the architecture - AArch64 Exception Mod..