Changeset 60009 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c
- Timestamp:
- Mar 13, 2016 4:34:32 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c
r60003 r60009 2 2 3 3 4 BS3_DECL(uint8_t) BS3_CMN_NM( Hello)(uint8_t bMode)4 BS3_DECL(uint8_t) BS3_CMN_NM(bs3CpuBasic2_Hello)(uint8_t bMode) 5 5 { 6 6 Bs3Printf("Hello C Word: %#x\n", bMode); 7 7 return UINT8_MAX; 8 8 }
Note:
See TracChangeset
for help on using the changeset viewer.