Live data from Hacker News

Viewing profile — bee_vik

bee_vik

HN member
Joined
Mon, Dec 26, 2016, 4:10 PM UTC
HN karma
19
Public activity
5 items

About bee_vik

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #16950879

    The saddest part about this is that it's the opposite of what Apple originally stood for. With the Apple II line, Apple released schematics and extraordinarily detailed technical r…

  3. comment
    Comment #15519529

    I created a docker container that hosts the gcc cross-compiler I used to build my own OS: https://hub.docker.com/r/brett/gcc-cross-x86_64-elf/ It hosts the gcc 7.1 x86_64-elf compi…

  4. comment
    Comment #13258809

    One resource I found myself consulting over and over again was the Intel Architecture Software Development manuals ( https://software.intel.com/en-us/articles/intel-sdm ). They're …

  5. comment
    Comment #13258672

    I'm part-way through my implementation of an x86_64 experimental OS and had to address all the issues you're facing right now. I didn't really document my process, but the code to …