Changes between Version 186 and Version 187 of Archi-1-TP9


Ignore:
Timestamp:
Dec 2, 2022, 4:49:58 PM (2 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archi-1-TP9

    v186 v187  
    150150''
    151151}}}
    152 1. Dans quelle section se trouve le code de boot dans le code exécutable ? (la réponse est dans `hcpua.S`)
     1521. Dans quelle section se trouve le code de boot dans le code exécutable ? (la réponse est dans le fichier `kernel.ld`)
    153153{{{#!protected ------------------------------------------------------------------------------------
    154154''
     
    479479    while (1) {
    480480
    481         if (__tty_regs_map[0].status != 0) {    // wait for a char typed on keyboard 0
     481        if (__tty_regs_map[0].status != 0) {    // wait for a char typed on keyboard 0système
    482482            c = __tty_regs_map[0].read;         // read the char
    483483            __tty_regs_map[0].write = c;        // and print it (that is a software loopback)