from Hacker News

Hello World in C without libraries or similar dependencies

by abhinavstarts on 2/20/24, 3:49 PM with 1 comments

  • by rurban on 2/20/24, 4:18 PM

    And now without the syscall 4 please. This is way too linux specific. There must be better ways to put the string into the BIOS memory, e.g. via int 0x10, ah=0x13 https://en.wikipedia.org/wiki/INT_10H