feat: mise a jour de la structure de contexte pour la gestion de la FPU
This commit is contained in:
parent
23d5c9f89d
commit
9fe93fcf95
|
@ -1,13 +0,0 @@
|
||||||
![logo](https://github.com/dahut87/cos2000v1/raw/master/Graphisme/logo.png)
|
|
||||||
|
|
||||||
## Copies d'écran de COS2000
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/bootnew.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/chargement.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/dir.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/editeur.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/gestionnaire.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/installation.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/interpreteur.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/logo.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/pci.jpg)
|
|
||||||
![screen](https://github.com/dahut87/cos2000v1/raw/develop/Graphisme/screenshots/video.jpg)
|
|
BIN
doc_origine.pdf
BIN
doc_origine.pdf
Binary file not shown.
|
@ -15,6 +15,14 @@ sfs dw 0
|
||||||
sgs dw 0
|
sgs dw 0
|
||||||
sss dw 0
|
sss dw 0
|
||||||
seflags dd 0
|
seflags dd 0
|
||||||
|
;sst0 dt 0
|
||||||
|
;sst1 dt 0
|
||||||
|
;sst2 dt 0
|
||||||
|
;sst3 dt 0
|
||||||
|
;sst4 dt 0
|
||||||
|
;sst5 dt 0
|
||||||
|
;sst6 dt 0
|
||||||
|
;sst7 dt 0
|
||||||
ends regs
|
ends regs
|
||||||
|
|
||||||
struc tuple ;vecteur d'interruption
|
struc tuple ;vecteur d'interruption
|
||||||
|
|
Loading…
Reference in New Issue