forked from geohot/fromthetransistor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
log
21 lines (21 loc) · 823 Bytes
/
log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ day 1 ] - [ 17 / 09 / 2023 ] - [ 13 : 20 ]
started reading up on wiki.osdev.org
this might take me longer than expected
i'll be keeping logs here on my progress
ggs
[ day 2 ] - [ 18 / 09 / 2023 ] - [ 05 : 23 ]
created a i686 cross-compiler using gnu-utils
i'll be using it to write a hello world kernel for 32-bit x86
i want to self-host this someday
godspeed
[day - 3] - [20 / 09 / 2023 ] - [ 09 : 23 ]
following the barebones tutorial
wrote the multiboot sector for GRUB to find the kernel image
wrote a hello world kernel. vga text 16 bit. was fun.
will commit later. physical machine not on hand as of now
to infinity and beyond
[ day - 4 ] - [ 22 / 09 /2023 ] - [ 12 : 03 ]
linked the files together
turns out multiboot2 exists. will maybe try to port later
booted up my first kernel using GRUB
hello kernel world%?