VirtualBox

Changeset 38789 in vbox


Ignore:
Timestamp:
Sep 19, 2011 11:18:52 AM (13 years ago)
Author:
vboxsync
Message:

Moved things around to get proper location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm

    r38699 r38789  
    12971297                db      025h
    12981298                db      2
    1299                 db      18              ; SPT
     1299                db      18              ; SPT (good for 1.44MB media)
    13001300                db      01Bh
    13011301                db      0FFh
     
    13041304                db      15
    13051305                db      8
    1306 
    1307 
    1308 ;; Protected mode IDT descriptor
    1309 ;;
    1310 ;; The limit is 0 to cause a shutdown if an exception occurs
    1311 ;; in protected mode. TODO: Is that what we really want?
    1312 ;;
    1313 ;; Set base to F0000 to correspond to beginning of BIOS,
    1314 ;; in case an IDT is defined later.
    1315 
    1316 _pmode_IDT:
    1317                 dw      0               ; limit 15:0
    1318                 dw      0               ; base  15:0
    1319                 dw      0Fh             ; base  23:16
    1320 
    1321 
    1322 ;; Real mode IDT descriptor
    1323 ;;
    1324 ;; Set to typical real-mode values.
    1325 ;; base  = 000000
    1326 ;; limit =   03ff
    1327 
    1328 _rmode_IDT:
    1329                 dw      3FFh            ; limit 15:00
    1330                 dw      0               ; base  15:00
    1331                 dw      0               ; base  23:16
    13321306
    13331307
     
    13481322                iret
    13491323               
     1324
     1325
     1326;; Protected mode IDT descriptor
     1327;;
     1328;; The limit is 0 to cause a shutdown if an exception occurs
     1329;; in protected mode. TODO: Is that what we really want?
     1330;;
     1331;; Set base to F0000 to correspond to beginning of BIOS,
     1332;; in case an IDT is defined later.
     1333
     1334_pmode_IDT:
     1335                dw      0               ; limit 15:0
     1336                dw      0               ; base  15:0
     1337                dw      0Fh             ; base  23:16
     1338
     1339
     1340;; Real mode IDT descriptor
     1341;;
     1342;; Set to typical real-mode values.
     1343;; base  = 000000
     1344;; limit =   03ff
     1345
     1346_rmode_IDT:
     1347                dw      3FFh            ; limit 15:00
     1348                dw      0               ; base  15:00
     1349                dw      0               ; base  23:16
     1350
    13501351
    13511352;;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette