Turbo C 3.0 OS dev
-
hi I use Turbo C3.0.How to:display file.bmp> 256 color VGA or with what is . I have hard drive 80G>Devide:C:\,D:\,E:\ How to write bootsec boot C:\,not format D,E How to write & load,init kernel with TC 3.0 ? How to:compile kernel with TC 3.0? ----------- How to:Draw window(GUI) have close button,resize,edit box with VGA Please, full code & guide:compile writing kernel Please, full code & guide: show file.bmp > 256 color on screen Using TC 3.0 Thanks Vietnam by;tuan1111
-
hi I use Turbo C3.0.How to:display file.bmp> 256 color VGA or with what is . I have hard drive 80G>Devide:C:\,D:\,E:\ How to write bootsec boot C:\,not format D,E How to write & load,init kernel with TC 3.0 ? How to:compile kernel with TC 3.0? ----------- How to:Draw window(GUI) have close button,resize,edit box with VGA Please, full code & guide:compile writing kernel Please, full code & guide: show file.bmp > 256 color on screen Using TC 3.0 Thanks Vietnam by;tuan1111
Are u sure you can compile Windows kernel? And i dont think you can create the windows GUI directly with a VGA using tc3.0 Windows actually works on wrapper code written on VC++ over the lower layer driver and C++ code. Yes you can create those but it will take a lot of effort. i.e you have a write wrapper