AtieP

Results 4 issues of AtieP

This commit adds TAB support, so when you're typing a command and you press TAB, similar commands are shown. Signed-off-by: AtieP

* Allow any resolv.conf entry to be retrieved. * Allow only IPV4 resolv.conf entries on lookup_name_dns() and lookup_addr_dns(). * If one resolv.conf entry doesn't work on lookup_nane_dns() and lookup_addr_dns(), use...

Hey Menotdan, I love this tutorial and I suggest you to explain the following things on next chapters: · How to create VESA graphics. · Taking good keyboard interrupt. ·...

The disk load code is incorrect because of various factors: 1. If CS (Code segment) isn't 0, it will not work good. A good practice is to do this: ```...