source:
vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c@
60009
Last change on this file since 60009 was 60009, checked in by , 9 years ago | |
---|---|
|
|
File size: 139 bytes |
Line | |
---|---|
1 | |
2 | |
3 | |
4 | BS3_DECL(uint8_t) BS3_CMN_NM(bs3CpuBasic2_Hello)(uint8_t bMode) |
5 | { |
6 | Bs3Printf("Hello C Word: %#x\n", bMode); |
7 | return UINT8_MAX; |
8 | } |
9 |
Note:
See TracBrowser
for help on using the repository browser.