print hex

This commit is contained in:
Such Meme, Many Skill
2019-12-07 21:49:58 +01:00
parent b0094f133c
commit 8731550688
6 changed files with 59 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ void displayinfo(){
temp_sect = tot_sect;
temp_sect -= 61145088;
gfx_printf("\n1st part: %d\n2nd part: 61145088\n\n", temp_sect);
gfx_printf("\n%k1st part: %d\n2nd part: 61145088\n\n%k", COLOR_RED, temp_sect, COLOR_WHITE);
disk_initialize(0);
disk_ioctl(0, GET_SECTOR_COUNT, &sz_disk);