Changeset 59286 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm
- Timestamp:
- Jan 8, 2016 12:23:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm
r59245 r59286 66 66 EXTERN Bs3InitMemory_rm 67 67 BS3_EXTERN_CMN Bs3Shutdown 68 BS3_EXTERN_CMN Bs3Trap32Init 68 69 69 extern _Bs3Print f_c3270 extern Bs3Print f_c6470 extern _Bs3PrintChr_c32 71 extern Bs3PrintChr_c64 71 72 72 73 BS3_BEGIN_TEXT16 … … 75 76 ; 76 77 call NAME(Bs3InitMemory_rm) ; Initialize the memory (must be done from real mode). 78 call Bs3Trap32Init 77 79 call NAME(Bs3SwitchToPE16_rm) 78 80 … … 96 98 call NAME(Bs3SwitchToPP32_rm) 97 99 BS3_SET_BITS 32 100 push '!' 101 call NAME(Bs3PrintChr_c32) 98 102 call NAME(Bs3SwitchToRM_pp32) 99 103 BS3_SET_BITS 16 … … 101 105 call NAME(Bs3SwitchToPAE32_rm) 102 106 BS3_SET_BITS 32 107 push '~' 108 call NAME(Bs3PrintChr_c32) 103 109 call NAME(Bs3SwitchToRM_pae32) 104 110 BS3_SET_BITS 16 … … 111 117 call NAME(Bs3SwitchToLM64_rm) 112 118 BS3_SET_BITS 64 119 ;; todo: push '~' 120 ;; todo: call Bs3PrintChr_c64 113 121 call Bs3SwitchToRM_lm64 114 122 BS3_SET_BITS 16
Note:
See TracChangeset
for help on using the changeset viewer.