diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-20 20:13:59 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-20 20:13:59 +0700 |
| commit | 47844a0db257264e7f8c5c38e07745601c884a7e (patch) | |
| tree | 60642b3e3876c3d1e48bc19ee2026a5ec39e4e65 /README.md | |
| parent | b82ccebd3a0cce28177b5fac046139e2de7737fa (diff) | |
Edit README, Makefile, ld conf
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,7 @@ sudo apt -y install build-essential binutils nasm xorriso grub-common qemu-syste ```sh # Build and create iso image make install +# Run emulator make run ``` @@ -31,6 +32,7 @@ make run - [Multiboot specification][6] - [GCC compiler documentation][7] - [Using NASM in a Hello World kernel][8] +- [Addres of video memory][9] [1]:https://habr.com/ru/companies/neobit/articles/173263/ [2]:https://www.gnu.org/software/grub/manual/grub/grub.pdf @@ -40,3 +42,4 @@ make run [6]:https://www.gnu.org/software/grub/manual/multiboot/multiboot.pdf [7]:https://gcc.gnu.org/onlinedocs/gcc.pdf [8]:https://wiki.osdev.org/Bare_Bones_with_NASM +[9]:https://stackoverflow.com/questions/17367618/address-of-video-memory |
