Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个小端系统。假设我有以下数据写入磁盘中的扇区:
$ hexdump file 04eb 0008 ... $ cat file > /dev/sdb
现在当我把它读回内存时,它在内存中会是什么样子,为什么?