Cargando…

See MIPS run /

This second edition is not only a thorough update of the first edition, it is also a marriage of the best-known RISC architecture--MIPS--with the best-known open-source OS--Linux. The first part of the book begins with MIPS design principles and then describes the MIPS instruction set and programmer...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sweetman, Dominic
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, Calif. : Morgan Kaufmann Publishers/Elsevier, �2007.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 SCIDIR_ocn162130089
003 OCoLC
005 20231117014818.0
006 m o d
007 cr cn|||||||||
008 070802s2007 caua ob 001 0 eng d
040 |a OPELS  |b eng  |e pn  |c OPELS  |d BAKER  |d OCLCQ  |d COO  |d OCLCO  |d N$T  |d YDXCP  |d MERUC  |d UBY  |d ZCU  |d E7B  |d IDEBK  |d DKDLA  |d OCLCQ  |d UMI  |d OCLCO  |d DEBSZ  |d OCLCQ  |d OCLCF  |d NNO  |d AU@  |d UKDOC  |d SE4M6  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AZK  |d LOA  |d JBG  |d AGLDB  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d U3W  |d COCUF  |d STF  |d WRM  |d D6H  |d OCLCQ  |d VTS  |d CEF  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCQ  |d OCLCO  |d LEAUB  |d OCLCQ  |d OCLCO  |d UKCRE  |d OCLCQ  |d M8D  |d OCLCO  |d OCLCQ  |d KSU  |d OCLCQ 
019 |a 172716751  |a 441792311  |a 488133551  |a 505135462  |a 507548155  |a 648267241  |a 780855508  |a 790832468  |a 817611452  |a 824148905  |a 961512670  |a 962725684  |a 966208487  |a 988463949  |a 991950156  |a 1037706764  |a 1038650604  |a 1055355220  |a 1063984981  |a 1081294976  |a 1103251265  |a 1129358870  |a 1152999685  |a 1240525309 
020 |a 9780120884216 
020 |a 0120884216 
020 |a 9780080525235  |q (electronic bk.) 
020 |a 0080525237  |q (electronic bk.) 
035 |a (OCoLC)162130089  |z (OCoLC)172716751  |z (OCoLC)441792311  |z (OCoLC)488133551  |z (OCoLC)505135462  |z (OCoLC)507548155  |z (OCoLC)648267241  |z (OCoLC)780855508  |z (OCoLC)790832468  |z (OCoLC)817611452  |z (OCoLC)824148905  |z (OCoLC)961512670  |z (OCoLC)962725684  |z (OCoLC)966208487  |z (OCoLC)988463949  |z (OCoLC)991950156  |z (OCoLC)1037706764  |z (OCoLC)1038650604  |z (OCoLC)1055355220  |z (OCoLC)1063984981  |z (OCoLC)1081294976  |z (OCoLC)1103251265  |z (OCoLC)1129358870  |z (OCoLC)1152999685  |z (OCoLC)1240525309 
050 4 |a QA76.9.A73  |b S88 2007eb 
072 7 |a COM  |x 050020  |2 bisacsh 
072 7 |a COM  |x 050010  |2 bisacsh 
082 0 4 |a 004.165  |2 22 
100 1 |a Sweetman, Dominic. 
245 1 0 |a See MIPS run /  |c Dominic Sweetman. 
246 1 4 |a See MIPS run Linux 
250 |a 2nd ed. 
260 |a San Francisco, Calif. :  |b Morgan Kaufmann Publishers/Elsevier,  |c �2007. 
300 |a 1 online resource (xix, 492 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a This second edition is not only a thorough update of the first edition, it is also a marriage of the best-known RISC architecture--MIPS--with the best-known open-source OS--Linux. The first part of the book begins with MIPS design principles and then describes the MIPS instruction set and programmers resources. It uses the MIPS32 standard as a baseline (the 1st edition used the R3000) from which to compare all other versions of the architecture and assumes that MIPS64 is the main option. The second part is a significant change from the first edition. It provides concrete examples of operating system low level code, by using Linux as the example operating system. It describes how Linux is built on the foundations the MIPS hardware provides and summarizes the Linux application environment, describing the libraries, kernel device-drivers and CPU-specific code. It then digs deep into application code and library support, protection and memory management, interrupts in the Linux kernel and multiprocessor Linux. Sweetman has revised his best-selling MIPS bible for MIPS programmers, embedded systems designers, developers and programmers, who need an in-depth understanding of the MIPS architecture and specific guidance for writing software for MIPS-based systems, which are increasingly Linux-based. * Completely new material offers the best explanation available on how Linux runs on real hardware. * Provides a complete, updated and easy-to-use guide to the MIPS instruction set using the MIPS32 standard as the baseline architecture with the MIPS64 as the main option. * Retains the same engaging writing style that made the first edition so readable, reflecting the authors 20+ years experience in designing systems based on the MIPS architecture. 
505 0 |a Chapter 1: RISCs and MIPS -- Chapter 2: MIPS Architecture -- Chapter 3: Coprocessor 0: MIPS Processor Control -- Chapter 4: How Caches work on MIPS -- Chapter 5: Exceptions, Interrupts, and Initialization -- Chapter 6: Low-level Memory Management and the TLB -- Chapter 7: Floating-Point Support -- Chapter 8: Complete Guide to the MIPS Instruction Set -- Chapter 9: Reading MIPS Assembler Language -- Chapter 10: Porting Software to MIPS -- Chapter 11: MIPS Software Standards (ABIs) -- Chapter 12: Debugging MIPS -- debug and profiling features -- Chapter 13: GNU/Linux from Eight Miles High -- Chapter 14: How hardware and software work together -- Chapter 15: MIPS-specific issues in the Linux kernel -- Chapter 16: Linux Application Code, PIC and Libraries -- Appendix A: MIPS Multithreading -- Appendix B: Other Optional extensions to the MIPS instruction set -- MIPS Glossary. 
504 |a Includes bibliographical references (pages 477-479) and index. 
588 0 |a Print version record. 
650 0 |a MIPS (Computer architecture) 
650 0 |a RISC microprocessors. 
650 0 |a Embedded computer systems  |x Programming. 
650 6 |a MIPS (Architecture d'ordinateurs)  |0 (CaQQLa)201-0500998 
650 6 |a RISC (Microprocesseurs)  |0 (CaQQLa)201-0263776 
650 7 |a COMPUTERS  |x Hardware  |x Personal Computers  |x Macintosh.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x Personal Computers  |x PCs.  |2 bisacsh 
630 0 7 |a Linux.  |2 blmlsh 
650 7 |a Embedded computer systems  |x Programming  |2 fast  |0 (OCoLC)fst00908303 
650 7 |a MIPS (Computer architecture)  |2 fast  |0 (OCoLC)fst01004556 
650 7 |a RISC microprocessors  |2 fast  |0 (OCoLC)fst01086238 
776 0 8 |i Print version:  |a Sweetman, Dominic.  |t See MIPS run.  |b 2nd ed.  |d San Francisco, Calif. : Morgan Kaufmann Publishers/Elsevier, �2007  |z 9780120884216  |z 0120884216  |w (DLC) 2006287016  |w (OCoLC)76835747 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780120884216  |z Texto completo