VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintStrSpacesColonSpace.c@ 59865

最後變更 在這個檔案從59865是 58628,由 vboxsync 提交於 9 年 前

bs3kit: Managed to link 16, 32 and 64-bit C code into the same binary, where the 64-bit C code was produced by the microsoft compiler. That doesn't mean it actually works, but chances are high. Bad new though, no debug info. OTOH, a lot of the assembly code can be converted to C, which is faster and safer than adjusting it to the new calling convensions.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 322 位元組
 
1
2
3#include "bs3kit.h"
4
5
6BS3_DECL(void) BS3_CMN_NM(Bs3PrintStrSpacesColonSpace)(const char BS3_FAR *pszString, unsigned cch)
7{
8 static volatile char s_szStuff[] = "stuff";
9 static volatile const char s_szStuff2[] = "stuff";
10 //size_t cchString;
11
12 //Bs3PrintStr(pszString);
13
14 s_szStuff[0] = s_szStuff2[0];
15}
16
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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