Quinten Kock quintenk
  • Joined on 2020-03-27
quintenk pushed to master at quintenk/kornos 2020-12-07 23:02:01 +01:00
fb71a09ec4 Update readme.md
quintenk pushed to master at quintenk/kornos 2020-12-07 22:56:39 +01:00
9c51d9da98 Add README.md
quintenk pushed to master at quintenk/kornos 2020-12-07 22:48:31 +01:00
b0e433fca2 pretty-print GDT entries
22d75a4d43 add "make gdb" target
Compare 2 commits »
quintenk pushed to master at quintenk/kornos 2020-12-07 21:31:12 +01:00
2a0b5ed86e Merge branch 'master' of ssh://git.dehosting.club:3022/quintenk/kornos
b182f6406f Do not have systemwide dependency on echfs-utils
Compare 2 commits »
quintenk pushed to master at quintenk/kornos 2020-12-07 21:30:51 +01:00
1229393a8c Add newline()
0b5c7ebcfb Let HCF print on interrupt
f0c7411c61 Fix compiler warnings
ac10ded5e5 Printf %x with fixed length
8c033a462d Initial support for running in GDB
Compare 6 commits »
quintenk pushed to master at quintenk/kornos 2020-12-07 01:55:16 +01:00
64b01f8433 store arch info in NASM (as test)
12d1092753 Add support for NASM assembler
6721d5b485 fix definition of kmain
Compare 3 commits »
quintenk pushed to master at quintenk/kornos 2020-12-05 04:09:27 +01:00
0c17fc4402 update i386 entrypoint
quintenk pushed to master at quintenk/kornos 2020-12-05 03:33:52 +01:00
e5cf785097 add printing pagetable location
95ac2d439a make linker.ld more readable
499e25d23d add arena allocator
Compare 3 commits »
quintenk pushed to master at quintenk/kornos 2020-12-05 00:12:48 +01:00
d018c72200 rename .rgignore to .ignore (for eg fd)
quintenk pushed to master at quintenk/kornos 2020-12-04 22:09:59 +01:00
bc728742cd Silcence HDD creation
quintenk pushed to master at quintenk/kornos 2020-12-04 21:45:14 +01:00
35c4f8c69a reduce stack size (i386)
quintenk pushed to master at quintenk/kornos 2020-12-04 21:43:31 +01:00
353adb0800 print stivale2 memmap always
d20c7723bf add support for custom QEMUFLAGS
Compare 2 commits »
quintenk pushed to master at quintenk/kornos 2020-12-04 21:37:48 +01:00
94edee626a silence limine
quintenk pushed to master at quintenk/kornos 2020-12-04 21:36:45 +01:00
21a793d211 Fix compiler warnings
42cf96ab80 add .rgignore
cb463cf949 Fix stivale2 printing on i386
Compare 3 commits »
quintenk pushed to master at quintenk/kornos 2020-12-04 21:05:22 +01:00
fb981bf994 improve HAL
a762d4b6b1 clean up Make output
Compare 2 commits »
quintenk pushed to master at quintenk/kornos 2020-12-04 18:52:22 +01:00
3e3df8e724 implement human-unit printing
1aa7e9281a add trailing newline
Compare 2 commits »
quintenk pushed to master at quintenk/kornos 2020-12-04 18:41:56 +01:00
927075585c print more newlines
quintenk pushed to master at quintenk/kornos 2020-12-04 04:53:31 +01:00
b99936912c fix printdec
quintenk pushed to master at quintenk/kornos 2020-12-04 04:46:46 +01:00
9353c3f66e add parsing stivale2 info
0d18d2116e fix printdec
0eb8a48bb3 add bochs magic breakpoint support
f658a80f6e add masm=intel to make-x86
c5464e75ae add `make bochs`
Compare 5 commits »
quintenk pushed to master at quintenk/kornos 2020-12-04 03:28:12 +01:00
916b8d053b Add make all to build all targets for kernel